#423051

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

Shades of Jagger #423051

Tints of Jagger #423051

Color information

#423051 (or 0x423051) is unknown color: approx Jagger. HEX triplet: 42, 30 and 51. RGB value is (66,48,81). Sum of RGB (Red+Green+Blue) = 66+48+81=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #423051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423051 is #BDCFAE. Grayscale: #393939. Windows color (decimal): -12439471 or 5320770. OLE color: 5320770.

HSL color Cylindrical-coordinate representation of color #423051: hue angle of 272.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #423051 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB664881-
CMYK0.190.4100.68
HSL272.73º25.58%25.29%-
HSV(B)272.73º40.74%31.76%-
XYZ4.793.878.28-
YUV57.14141.46134.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=33.85%
G=24.62%
B=41.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6648810.190.4100.68272.7325.5825.29
Hex42305113290441111a19
Octal10260121235101044213231
Binary1000010110000101000110011101001010001001000100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423051; }

 p { color: rgb(66,48,81); }

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

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

 a { background-color: rgb(66,48,81); }

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

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

 span { border-color: rgb(66,48,81); }

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