#433848

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

Shades of Jagger #433848

Tints of Jagger #433848

Color information

#433848 (or 0x433848) is unknown color: approx Jagger. HEX triplet: 43, 38 and 48. RGB value is (67,56,72). Sum of RGB (Red+Green+Blue) = 67+56+72=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #433848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433848 is #BCC7B7. Grayscale: #3D3D3D. Windows color (decimal): -12371896 or 4732995. OLE color: 4732995.

HSL color Cylindrical-coordinate representation of color #433848: hue angle of 281.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #433848 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB675672-
CMYK0.070.2200.72
HSL281.25º12.5%25.1%-
HSV(B)281.25º22.22%28.24%-
XYZ4.94.496.74-
YUV61.11134.14132.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=34.36%
G=28.72%
B=36.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6756720.070.2200.72281.2512.525.1
Hex433848716048119c19
Octal1037011072601104311431
Binary100001111100010010001111011001001000100011001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433848; }

 p { color: rgb(67,56,72); }

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

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

 a { background-color: rgb(67,56,72); }

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

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

 span { border-color: rgb(67,56,72); }

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