Html Css Color HEX #313239 Black Rock

📋 copy color: '#313239'

red 49 ◦ green 50 ◦ blue 57

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

Shades of Black Rock #313239

Tints of Black Rock #313239

RGB

 RED value IS 49 (19.53% from 255) = 31.41%

 GREEN value IS 50 (19.92% from 255) = 32.05%

 BLUE value IS 57 (22.66% from 255) = 36.54%

R = 31.41%
G = 32.05%
B = 36.54%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313239 (or 0x313239) is known color: Black Rock. HEX triplet: 31, 32 and 39. RGB value is (49,50,57). Sum of RGB (Red+Green+Blue) = 49+50+57=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 57 - color contains mainly: blue. Hex color #313239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313239 is #CECDC6. Grayscale: #323232. Windows color (decimal): -13553095 or 3748401. OLE color: 3748401.

HSL color Cylindrical-coordinate representation of color #313239: hue angle of 232.5º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #313239 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 50 57 -
CMYK 0.14 0.12 0 0.78
HSL 232.5º 0.08% 0.21% -
HSV(B) 232.5º 0.14% 0.22% -
XYZ 3.15 3.23 4.33 -
YUV 50.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 49 50 57 0.14 0.12 0 0.78 232.5 0.08 0.21
Hex 31 32 39 E C 0 4E E8 8 15
Octal 61 62 71 16 14 0 116 350 10 25
Binary 110001 110010 111001 1110 1100 0 1001110 11101000 1000 10101

Color Harmonies of #313239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313239

Black with #313239

Text Example


Text Example

White with #313239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313239; }

 p { color: rgb(49,50,57); }

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

background-color css

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

 a { background-color: rgb(49,50,57); }

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

border-color css

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

 span { border-color: rgb(49,50,57); }

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