Html Css Color HEX #383423 Graphite

📋 copy color: '#383423'

red 56 ◦ green 52 ◦ blue 35

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

Shades of Graphite #383423

Tints of Graphite #383423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.48%

R = 39.16%
G = 36.36%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#383423 (or 0x383423) is known color: Graphite. HEX triplet: 38, 34 and 23. RGB value is (56,52,35). Sum of RGB (Red+Green+Blue) = 56+52+35=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #383423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383423 is #C7CBDC. Grayscale: #333333. Windows color (decimal): -13093853 or 2307128. OLE color: 2307128.

HSL color Cylindrical-coordinate representation of color #383423: hue angle of 48.57º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #383423 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 35 -
CMYK 0 0.07 0.37 0.78
HSL 48.57º 0.23% 0.18% -
HSV(B) 48.57º 0.38% 0.22% -
XYZ 3.16 3.42 2.08 -
YUV 51.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 56 52 35 0 0.07 0.37 0.78 48.57 0.23 0.18
Hex 38 34 23 0 7 25 4E 31 17 12
Octal 70 64 43 0 7 45 116 61 27 22
Binary 111000 110100 100011 0 111 100101 1001110 110001 10111 10010

Color Harmonies of #383423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383423

Black with #383423

Text Example


Text Example

White with #383423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383423; }

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

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

background-color css

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

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

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

border-color css

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

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

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