Html Css Color HEX #383139 Valentino

📋 copy color: '#383139'

red 56 ◦ green 49 ◦ blue 57

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

Shades of Valentino #383139

Tints of Valentino #383139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.25%

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

R = 34.57%
G = 30.25%
B = 35.19%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#383139 (or 0x383139) is known color: Valentino. HEX triplet: 38, 31 and 39. RGB value is (56,49,57). Sum of RGB (Red+Green+Blue) = 56+49+57=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 57 - color contains mainly: blue. Hex color #383139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383139 is #C7CEC6. Grayscale: #333333. Windows color (decimal): -13094599 or 3748152. OLE color: 3748152.

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

Color convert

RGB 56 49 57 -
CMYK 0.02 0.14 0 0.78
HSL 292.5º 0.08% 0.21% -
HSV(B) 292.5º 0.14% 0.22% -
XYZ 3.47 3.33 4.33 -
YUV 52.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 56 49 57 0.02 0.14 0 0.78 292.5 0.08 0.21
Hex 38 31 39 2 E 0 4E 124 8 15
Octal 70 61 71 2 16 0 116 444 10 25
Binary 111000 110001 111001 10 1110 0 1001110 100100100 1000 10101

Color Harmonies of #383139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383139

Black with #383139

Text Example


Text Example

White with #383139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383139; }

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

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

background-color css

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

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

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

border-color css

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

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

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