Html Css Color HEX #38341B Graphite

📋 copy color: '#38341B'

red 56 ◦ green 52 ◦ blue 27

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

Shades of Graphite #38341B

Tints of Graphite #38341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.52%

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

R = 41.48%
G = 38.52%
B = 20%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#38341B (or 0x38341B) is known color: Graphite. HEX triplet: 38, 34 and 1B. RGB value is (56,52,27). Sum of RGB (Red+Green+Blue) = 56+52+27=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38341B is #C7CBE4. Grayscale: #323232. Windows color (decimal): -13093861 or 1782840. OLE color: 1782840.

HSL color Cylindrical-coordinate representation of color #38341B: hue angle of 51.72º 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 #38341B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 27 -
CMYK 0 0.07 0.52 0.78
HSL 51.72º 0.35% 0.16% -
HSV(B) 51.72º 0.52% 0.22% -
XYZ 3.06 3.38 1.53 -
YUV 50.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 56 52 27 0 0.07 0.52 0.78 51.72 0.35 0.16
Hex 38 34 1B 0 7 34 4E 34 23 10
Octal 70 64 33 0 7 64 116 64 43 20
Binary 111000 110100 11011 0 111 110100 1001110 110100 100011 10000

Color Harmonies of #38341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38341B

Black with #38341B

Text Example


Text Example

White with #38341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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