Html Css Color HEX #2F313D Black Rock

📋 copy color: '#2F313D'

red 47 ◦ green 49 ◦ blue 61

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

Shades of Black Rock #2F313D

Tints of Black Rock #2F313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.21%

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

R = 29.94%
G = 31.21%
B = 38.85%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2F313D (or 0x2F313D) is known color: Black Rock. HEX triplet: 2F, 31 and 3D. RGB value is (47,49,61). Sum of RGB (Red+Green+Blue) = 47+49+61=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F313D is #D0CEC2. Grayscale: #313131. Windows color (decimal): -13684419 or 4010287. OLE color: 4010287.

HSL color Cylindrical-coordinate representation of color #2F313D: hue angle of 231.43º 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 #2F313D is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 47 49 61 -
CMYK 0.23 0.20 0 0.76
HSL 231.43º 0.13% 0.21% -
HSV(B) 231.43º 0.23% 0.24% -
XYZ 3.11 3.14 4.86 -
YUV 49.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 47 49 61 0.23 0.20 0 0.76 231.43 0.13 0.21
Hex 2F 31 3D 17 14 0 4C E7 D 15
Octal 57 61 75 27 24 0 114 347 15 25
Binary 101111 110001 111101 10111 10100 0 1001100 11100111 1101 10101

Color Harmonies of #2F313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F313D

Black with #2F313D

Text Example


Text Example

White with #2F313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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