Html Css Color HEX #38351B Graphite

📋 copy color: '#38351B'

red 56 ◦ green 53 ◦ blue 27

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

Shades of Graphite #38351B

Tints of Graphite #38351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.97%

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

R = 41.18%
G = 38.97%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#38351B (or 0x38351B) is known color: Graphite. HEX triplet: 38, 35 and 1B. RGB value is (56,53,27). Sum of RGB (Red+Green+Blue) = 56+53+27=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38351B is #C7CAE4. Grayscale: #333333. Windows color (decimal): -13093605 or 1783096. OLE color: 1783096.

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

Color convert

RGB 56 53 27 -
CMYK 0 0.05 0.52 0.78
HSL 53.79º 0.35% 0.16% -
HSV(B) 53.79º 0.52% 0.22% -
XYZ 3.1 3.47 1.54 -
YUV 50.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 56 53 27 0 0.05 0.52 0.78 53.79 0.35 0.16
Hex 38 35 1B 0 5 34 4E 36 23 10
Octal 70 65 33 0 5 64 116 66 43 20
Binary 111000 110101 11011 0 101 110100 1001110 110110 100011 10000

Color Harmonies of #38351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38351B

Black with #38351B

Text Example


Text Example

White with #38351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,53,27); }

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

background-color css

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

 a { background-color: rgb(56,53,27); }

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

border-color css

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

 span { border-color: rgb(56,53,27); }

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