Html Css Color HEX #38331C Graphite

📋 copy color: '#38331C'

red 56 ◦ green 51 ◦ blue 28

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

Shades of Graphite #38331C

Tints of Graphite #38331C

RGB

 RED value IS 56 (22.27% from 255) = 41.48%

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

 BLUE value IS 28 (11.33% from 255) = 20.74%

R = 41.48%
G = 37.78%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#38331C (or 0x38331C) is known color: Graphite. HEX triplet: 38, 33 and 1C. RGB value is (56,51,28). Sum of RGB (Red+Green+Blue) = 56+51+28=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38331C is #C7CCE3. Grayscale: #313131. Windows color (decimal): -13094116 or 1848120. OLE color: 1848120.

HSL color Cylindrical-coordinate representation of color #38331C: hue angle of 49.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38331C is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 51 28 -
CMYK 0 0.09 0.50 0.78
HSL 49.29º 0.33% 0.16% -
HSV(B) 49.29º 0.5% 0.22% -
XYZ 3.02 3.29 1.57 -
YUV 49.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 56 51 28 0 0.09 0.50 0.78 49.29 0.33 0.16
Hex 38 33 1C 0 9 32 4E 31 21 10
Octal 70 63 34 0 11 62 116 61 41 20
Binary 111000 110011 11100 0 1001 110010 1001110 110001 100001 10000

Color Harmonies of #38331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38331C

Black with #38331C

Text Example


Text Example

White with #38331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38331C; }

 p { color: rgb(56,51,28); }

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

background-color css

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

 a { background-color: rgb(56,51,28); }

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

border-color css

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

 span { border-color: rgb(56,51,28); }

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