Html Css Color HEX #383033 Toledo

📋 copy color: '#383033'

red 56 ◦ green 48 ◦ blue 51

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

Shades of Toledo #383033

Tints of Toledo #383033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

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

R = 36.13%
G = 30.97%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#383033 (or 0x383033) is known color: Toledo. HEX triplet: 38, 30 and 33. RGB value is (56,48,51). Sum of RGB (Red+Green+Blue) = 56+48+51=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #383033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383033 is #C7CFCC. Grayscale: #323232. Windows color (decimal): -13094861 or 3354680. OLE color: 3354680.

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

Color convert

RGB 56 48 51 -
CMYK 0 0.14 0.09 0.78
HSL 337.5º 0.08% 0.2% -
HSV(B) 337.5º 0.14% 0.22% -
XYZ 3.29 3.19 3.58 -
YUV 50.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 56 48 51 0 0.14 0.09 0.78 337.5 0.08 0.2
Hex 38 30 33 0 E 9 4E 152 8 14
Octal 70 60 63 0 16 11 116 522 10 24
Binary 111000 110000 110011 0 1110 1001 1001110 101010010 1000 10100

Color Harmonies of #383033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383033

Black with #383033

Text Example


Text Example

White with #383033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383033; }

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

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

background-color css

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

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

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

border-color css

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

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

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