#38273A

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

Shades of Valentino #38273A

Tints of Valentino #38273A

Color information

#38273A (or 0x38273A) is unknown color: approx Valentino. HEX triplet: 38, 27 and 3A. RGB value is (56,39,58). Sum of RGB (Red+Green+Blue) = 56+39+58=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 58 - color contains mainly: blue. Hex color #38273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38273A is #C7D8C5. Grayscale: #2E2E2E. Windows color (decimal): -13097158 or 3811128. OLE color: 3811128.

HSL color Cylindrical-coordinate representation of color #38273A: hue angle of 293.68º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38273A is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB563958-
CMYK0.030.3300.77
HSL293.68º19.59%19.02%-
HSV(B)293.68º32.76%22.75%-
XYZ3.122.64.34-
YUV46.25134.63134.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=36.60%
G=25.49%
B=37.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5639580.030.3300.77293.6819.5919.02
Hex38273A32104D1261413
Octal70477234101154462423
Binary11100010011111101011100001010011011001001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38273A; }

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

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

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

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

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

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

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

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