#383439

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

Shades of Valentino #383439

Tints of Valentino #383439

Color information

#383439 (or 0x383439) is unknown color: approx Valentino. HEX triplet: 38, 34 and 39. RGB value is (56,52,57). Sum of RGB (Red+Green+Blue) = 56+52+57=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 57 - color contains mainly: blue. Hex color #383439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383439 is #C7CBC6. Grayscale: #353535. Windows color (decimal): -13093831 or 3748920. OLE color: 3748920.

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

Color convert

RGB565257-
CMYK0.020.0900.78
HSL288º4.59%21.37%-
HSV(B)288º8.77%22.35%-
XYZ3.63.594.37-
YUV53.77129.83129.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.94%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 57 (22.66% from 255) = 34.55%
R=33.94%
G=31.52%
B=34.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5652570.020.0900.782884.5921.37
Hex3834392904E120515
Octal7064712110116440525
Binary1110001101001110011010010100111010010000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383439; }

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

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

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

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

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

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

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

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