Html Css Color HEX #2F3038 Black Rock

📋 copy color: '#2F3038'

red 47 ◦ green 48 ◦ blue 56

#2F3038
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rock #2F3038

Tints of Black Rock #2F3038

RGB

 RED value IS 47 (18.75% from 255) = 31.13%

 GREEN value IS 48 (19.14% from 255) = 31.79%

 BLUE value IS 56 (22.27% from 255) = 37.09%

R = 31.13%
G = 31.79%
B = 37.09%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2F3038 (or 0x2F3038) is known color: Black Rock. HEX triplet: 2F, 30 and 38. RGB value is (47,48,56). Sum of RGB (Red+Green+Blue) = 47+48+56=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F3038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3038 is #D0CFC7. Grayscale: #303030. Windows color (decimal): -13684680 or 3682351. OLE color: 3682351.

HSL color Cylindrical-coordinate representation of color #2F3038: hue angle of 233.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2F3038 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 48 56 -
CMYK 0.16 0.14 0 0.78
HSL 233.33º 0.09% 0.2% -
HSV(B) 233.33º 0.16% 0.22% -
XYZ 2.94 3 4.17 -
YUV 48.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 47 48 56 0.16 0.14 0 0.78 233.33 0.09 0.2
Hex 2F 30 38 10 E 0 4E E9 9 14
Octal 57 60 70 20 16 0 116 351 11 24
Binary 101111 110000 111000 10000 1110 0 1001110 11101001 1001 10100

Color Harmonies of #2F3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3038

Black with #2F3038

Text Example


Text Example

White with #2F3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F3038; }

 p { color: rgb(47,48,56); }

 H1.HeaderClassName
 {
   color: #2F3038;
 }
 .AnyTagClassName
 {
   color: #2F3038;
 }
</style>

background-color css

<style>
 a { background-color: #2F3038; }

 a { background-color: rgb(47,48,56); }

 div.DivClassName
 {
   background-color: #2F3038;
 }
 .BgClassName
 {
   background-color: #2F3038;
 }
</style>

border-color css

<style>
 span { border-color: #2F3038; }

 span { border-color: rgb(47,48,56); }

 td.TdClassName
 {
   border-color: #2F3038;
 }
 .TagClassName
 {
   border-color: #2F3038;
 }
</style>