Html Css Color HEX #383335 Toledo

📋 copy color: '#383335'

red 56 ◦ green 51 ◦ blue 53

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

Shades of Toledo #383335

Tints of Toledo #383335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.88%

 BLUE value IS 53 (21.09% from 255) = 33.13%

R = 35%
G = 31.88%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#383335 (or 0x383335) is known color: Toledo. HEX triplet: 38, 33 and 35. RGB value is (56,51,53). Sum of RGB (Red+Green+Blue) = 56+51+53=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 56 - color contains mainly: red. Hex color #383335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383335 is #C7CCCA. Grayscale: #343434. Windows color (decimal): -13094091 or 3486520. OLE color: 3486520.

HSL color Cylindrical-coordinate representation of color #383335: hue angle of 336º 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 #383335 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 51 53 -
CMYK 0 0.09 0.05 0.78
HSL 336º 0.05% 0.21% -
HSV(B) 336º 0.09% 0.22% -
XYZ 3.46 3.47 3.85 -
YUV 52.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 56 51 53 0 0.09 0.05 0.78 336 0.05 0.21
Hex 38 33 35 0 9 5 4E 150 5 15
Octal 70 63 65 0 11 5 116 520 5 25
Binary 111000 110011 110101 0 1001 101 1001110 101010000 101 10101

Color Harmonies of #383335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383335

Black with #383335

Text Example


Text Example

White with #383335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383335; }

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

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

background-color css

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

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

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

border-color css

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

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

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