Html Css Color HEX #2F303F Black Rock

📋 copy color: '#2F303F'

red 47 ◦ green 48 ◦ blue 63

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

Shades of Black Rock #2F303F

Tints of Black Rock #2F303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.87%

R = 29.75%
G = 30.38%
B = 39.87%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F303F (or 0x2F303F) is known color: Black Rock. HEX triplet: 2F, 30 and 3F. RGB value is (47,48,63). Sum of RGB (Red+Green+Blue) = 47+48+63=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F303F is #D0CFC0. Grayscale: #313131. Windows color (decimal): -13684673 or 4141103. OLE color: 4141103.

HSL color Cylindrical-coordinate representation of color #2F303F: hue angle of 236.25º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2F303F is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 48 63 -
CMYK 0.25 0.24 0 0.75
HSL 236.25º 0.15% 0.22% -
HSV(B) 236.25º 0.25% 0.25% -
XYZ 3.13 3.08 5.13 -
YUV 49.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 47 48 63 0.25 0.24 0 0.75 236.25 0.15 0.22
Hex 2F 30 3F 19 18 0 4B EC F 16
Octal 57 60 77 31 30 0 113 354 17 26
Binary 101111 110000 111111 11001 11000 0 1001011 11101100 1111 10110

Color Harmonies of #2F303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F303F

Black with #2F303F

Text Example


Text Example

White with #2F303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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