Html Css Color HEX #383734 Graphite

📋 copy color: '#383734'

red 56 ◦ green 55 ◦ blue 52

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

Shades of Graphite #383734

Tints of Graphite #383734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.74%

 BLUE value IS 52 (20.7% from 255) = 31.9%

R = 34.36%
G = 33.74%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#383734 (or 0x383734) is known color: Graphite. HEX triplet: 38, 37 and 34. RGB value is (56,55,52). Sum of RGB (Red+Green+Blue) = 56+55+52=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 56 - color contains mainly: red. Hex color #383734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383734 is #C7C8CB. Grayscale: #363636. Windows color (decimal): -13093068 or 3422008. OLE color: 3422008.

HSL color Cylindrical-coordinate representation of color #383734: hue angle of 45º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #383734 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 55 52 -
CMYK 0 0.02 0.07 0.78
HSL 45º 0.04% 0.21% -
HSV(B) 45º 0.07% 0.22% -
XYZ 3.62 3.82 3.8 -
YUV 54.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 56 55 52 0 0.02 0.07 0.78 45 0.04 0.21
Hex 38 37 34 0 2 7 4E 2D 4 15
Octal 70 67 64 0 2 7 116 55 4 25
Binary 111000 110111 110100 0 10 111 1001110 101101 100 10101

Color Harmonies of #383734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383734

Black with #383734

Text Example


Text Example

White with #383734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383734; }

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

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

background-color css

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

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

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

border-color css

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

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

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