Html Css Color HEX #383439 Valentino

📋 copy color: '#383439'

red 56 ◦ green 52 ◦ blue 57

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

Shades of Valentino #383439

Tints of Valentino #383439

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#383439 (or 0x383439) is known color: 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

RGB 56 52 57 -
CMYK 0.02 0.09 0 0.78
HSL 288º 0.05% 0.21% -
HSV(B) 288º 0.09% 0.22% -
XYZ 3.6 3.59 4.37 -
YUV 53.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 56 52 57 0.02 0.09 0 0.78 288 0.05 0.21
Hex 38 34 39 2 9 0 4E 120 5 15
Octal 70 64 71 2 11 0 116 440 5 25
Binary 111000 110100 111001 10 1001 0 1001110 100100000 101 10101

Color Harmonies of #383439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383439

Black with #383439

Text Example


Text Example

White with #383439

Text Example


Text Example

HTML Codes & Css Web 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>