Html Css Color HEX #2F303D Black Rock

📋 copy color: '#2F303D'

red 47 ◦ green 48 ◦ blue 61

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

Shades of Black Rock #2F303D

Tints of Black Rock #2F303D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.1%

R = 30.13%
G = 30.77%
B = 39.1%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2F303D (or 0x2F303D) is known color: Black Rock. HEX triplet: 2F, 30 and 3D. RGB value is (47,48,61). Sum of RGB (Red+Green+Blue) = 47+48+61=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F303D is #D0CFC2. Grayscale: #313131. Windows color (decimal): -13684675 or 4010031. OLE color: 4010031.

HSL color Cylindrical-coordinate representation of color #2F303D: hue angle of 235.71º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F303D is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 47 48 61 -
CMYK 0.23 0.21 0 0.76
HSL 235.71º 0.13% 0.21% -
HSV(B) 235.71º 0.23% 0.24% -
XYZ 3.07 3.06 4.84 -
YUV 49.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 47 48 61 0.23 0.21 0 0.76 235.71 0.13 0.21
Hex 2F 30 3D 17 15 0 4C EC D 15
Octal 57 60 75 27 25 0 114 354 15 25
Binary 101111 110000 111101 10111 10101 0 1001100 11101100 1101 10101

Color Harmonies of #2F303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F303D

Black with #2F303D

Text Example


Text Example

White with #2F303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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