#38283B

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

Shades of Valentino #38283B

Tints of Valentino #38283B

Color information

#38283B (or 0x38283B) is unknown color: approx Valentino. HEX triplet: 38, 28 and 3B. RGB value is (56,40,59). Sum of RGB (Red+Green+Blue) = 56+40+59=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 59 - color contains mainly: blue. Hex color #38283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38283B is #C7D7C4. Grayscale: #2E2E2E. Windows color (decimal): -13096901 or 3876920. OLE color: 3876920.

HSL color Cylindrical-coordinate representation of color #38283B: hue angle of 290.53º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38283B is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB564059-
CMYK0.050.3200.77
HSL290.53º19.19%19.41%-
HSV(B)290.53º32.2%23.14%-
XYZ3.182.674.49-
YUV46.95134.8134.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=36.13%
G=25.81%
B=38.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5640590.050.3200.77290.5319.1919.41
Hex38283B52004D1231313
Octal70507354001154432323
Binary111000101000111011101100000010011011001000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38283B; }

 p { color: rgb(56,40,59); }

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

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

 a { background-color: rgb(56,40,59); }

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

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

 span { border-color: rgb(56,40,59); }

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