Html Css Color HEX #382739 Valentino

📋 copy color: '#382739'

red 56 ◦ green 39 ◦ blue 57

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

Shades of Valentino #382739

Tints of Valentino #382739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.66%

 BLUE value IS 57 (22.66% from 255) = 37.5%

R = 36.84%
G = 25.66%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#382739 (or 0x382739) is known color: Valentino. HEX triplet: 38, 27 and 39. RGB value is (56,39,57). Sum of RGB (Red+Green+Blue) = 56+39+57=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 57 - color contains mainly: blue. Hex color #382739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382739 is #C7D8C6. Grayscale: #2E2E2E. Windows color (decimal): -13097159 or 3745592. OLE color: 3745592.

HSL color Cylindrical-coordinate representation of color #382739: hue angle of 296.67º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #382739 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 39 57 -
CMYK 0.02 0.32 0 0.78
HSL 296.67º 0.19% 0.19% -
HSV(B) 296.67º 0.32% 0.22% -
XYZ 3.09 2.59 4.21 -
YUV 46.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 56 39 57 0.02 0.32 0 0.78 296.67 0.19 0.19
Hex 38 27 39 2 20 0 4E 129 13 13
Octal 70 47 71 2 40 0 116 451 23 23
Binary 111000 100111 111001 10 100000 0 1001110 100101001 10011 10011

Color Harmonies of #382739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382739

Black with #382739

Text Example


Text Example

White with #382739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382739; }

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

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

background-color css

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

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

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

border-color css

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

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

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