Html Css Color HEX #31333F Black Rock

📋 copy color: '#31333F'

red 49 ◦ green 51 ◦ blue 63

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

Shades of Black Rock #31333F

Tints of Black Rock #31333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.29%

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

R = 30.06%
G = 31.29%
B = 38.65%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#31333F (or 0x31333F) is known color: Black Rock. HEX triplet: 31, 33 and 3F. RGB value is (49,51,63). Sum of RGB (Red+Green+Blue) = 49+51+63=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #31333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31333F is #CECCC0. Grayscale: #333333. Windows color (decimal): -13552833 or 4141873. OLE color: 4141873.

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

Color convert

RGB 49 51 63 -
CMYK 0.22 0.19 0 0.75
HSL 231.43º 0.13% 0.22% -
HSV(B) 231.43º 0.22% 0.25% -
XYZ 3.35 3.38 5.18 -
YUV 51.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 49 51 63 0.22 0.19 0 0.75 231.43 0.13 0.22
Hex 31 33 3F 16 13 0 4B E7 C 16
Octal 61 63 77 26 23 0 113 347 14 26
Binary 110001 110011 111111 10110 10011 0 1001011 11100111 1100 10110

Color Harmonies of #31333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31333F

Black with #31333F

Text Example


Text Example

White with #31333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31333F; }

 p { color: rgb(49,51,63); }

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

background-color css

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

 a { background-color: rgb(49,51,63); }

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

border-color css

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

 span { border-color: rgb(49,51,63); }

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