Html Css Color HEX #383733 Graphite

📋 copy color: '#383733'

red 56 ◦ green 55 ◦ blue 51

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

Shades of Graphite #383733

Tints of Graphite #383733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.48%

R = 34.57%
G = 33.95%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#383733 (or 0x383733) is known color: Graphite. HEX triplet: 38, 37 and 33. RGB value is (56,55,51). Sum of RGB (Red+Green+Blue) = 56+55+51=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 56 - color contains mainly: red. Hex color #383733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383733 is #C7C8CC. Grayscale: #363636. Windows color (decimal): -13093069 or 3356472. OLE color: 3356472.

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

Color convert

RGB 56 55 51 -
CMYK 0 0.02 0.09 0.78
HSL 48º 0.05% 0.21% -
HSV(B) 48º 0.09% 0.22% -
XYZ 3.59 3.81 3.68 -
YUV 54.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 56 55 51 0 0.02 0.09 0.78 48 0.05 0.21
Hex 38 37 33 0 2 9 4E 30 5 15
Octal 70 67 63 0 2 11 116 60 5 25
Binary 111000 110111 110011 0 10 1001 1001110 110000 101 10101

Color Harmonies of #383733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383733

Black with #383733

Text Example


Text Example

White with #383733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383733; }

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

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

background-color css

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

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

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

border-color css

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

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

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