Html Css Color HEX #39331B Graphite

📋 copy color: '#39331B'

red 57 ◦ green 51 ◦ blue 27

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

Shades of Graphite #39331B

Tints of Graphite #39331B

RGB

 RED value IS 57 (22.66% from 255) = 42.22%

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

 BLUE value IS 27 (10.94% from 255) = 20%

R = 42.22%
G = 37.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#39331B (or 0x39331B) is known color: Graphite. HEX triplet: 39, 33 and 1B. RGB value is (57,51,27). Sum of RGB (Red+Green+Blue) = 57+51+27=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #39331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39331B is #C6CCE4. Grayscale: #323232. Windows color (decimal): -13028581 or 1782585. OLE color: 1782585.

HSL color Cylindrical-coordinate representation of color #39331B: hue angle of 48º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #39331B is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 51 27 -
CMYK 0 0.11 0.53 0.78
HSL 48º 0.36% 0.16% -
HSV(B) 48º 0.53% 0.22% -
XYZ 3.07 3.32 1.52 -
YUV 50.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 57 51 27 0 0.11 0.53 0.78 48 0.36 0.16
Hex 39 33 1B 0 B 35 4E 30 24 10
Octal 71 63 33 0 13 65 116 60 44 20
Binary 111001 110011 11011 0 1011 110101 1001110 110000 100100 10000

Color Harmonies of #39331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39331B

Black with #39331B

Text Example


Text Example

White with #39331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39331B; }

 p { color: rgb(57,51,27); }

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

background-color css

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

 a { background-color: rgb(57,51,27); }

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

border-color css

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

 span { border-color: rgb(57,51,27); }

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