Html Css Color HEX #433448 Jagger

📋 copy color: '#433448'

red 67 ◦ green 52 ◦ blue 72

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

Shades of Jagger #433448

Tints of Jagger #433448

RGB

 RED value IS 67 (26.56% from 255) = 35.08%

 GREEN value IS 52 (20.7% from 255) = 27.23%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 35.08%
G = 27.23%
B = 37.7%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#433448 (or 0x433448) is known color: Jagger. HEX triplet: 43, 34 and 48. RGB value is (67,52,72). Sum of RGB (Red+Green+Blue) = 67+52+72=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #433448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433448 is #BCCBB7. Grayscale: #3A3A3A. Windows color (decimal): -12372920 or 4731971. OLE color: 4731971.

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

Color convert

RGB 67 52 72 -
CMYK 0.07 0.28 0 0.72
HSL 285º 0.16% 0.24% -
HSV(B) 285º 0.28% 0.28% -
XYZ 4.71 4.12 6.68 -
YUV 58.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 67 52 72 0.07 0.28 0 0.72 285 0.16 0.24
Hex 43 34 48 7 1C 0 48 11D 10 18
Octal 103 64 110 7 34 0 110 435 20 30
Binary 1000011 110100 1001000 111 11100 0 1001000 100011101 10000 11000

Color Harmonies of #433448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433448

Black with #433448

Text Example


Text Example

White with #433448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433448; }

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

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

background-color css

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

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

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

border-color css

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

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

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