#383435

Color #383435 Havana (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havana #383435

Tints of Havana #383435

Color information

#383435 (or 0x383435) is unknown color: approx Havana. HEX triplet: 38, 34 and 35. RGB value is (56,52,53). Sum of RGB (Red+Green+Blue) = 56+52+53=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 56 - color contains mainly: red. Hex color #383435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383435 is #C7CBCA. Grayscale: #353535. Windows color (decimal): -13093835 or 3486776. OLE color: 3486776.

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

Color convert

RGB565253-
CMYK00.070.050.78
HSL345º3.7%21.18%-
HSV(B)345º7.14%21.96%-
XYZ3.53.553.87-
YUV53.31127.83129.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=34.78%
G=32.30%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56525300.070.050.783453.721.18
Hex3834350754E159415
Octal706465075116531425
Binary1110001101001101010111101100111010101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383435; }

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

 H1.HeaderClassName
 {
   color: #383435;
 }
 .AnyTagClassName
 {
   color: #383435;
 }
</style>
background-color css

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

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

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

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

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

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