Html Css Color HEX #433249 Jagger

📋 copy color: '#433249'

red 67 ◦ green 50 ◦ blue 73

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

Shades of Jagger #433249

Tints of Jagger #433249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 73 (28.91% from 255) = 38.42%

R = 35.26%
G = 26.32%
B = 38.42%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#433249 (or 0x433249) is known color: Jagger. HEX triplet: 43, 32 and 49. RGB value is (67,50,73). Sum of RGB (Red+Green+Blue) = 67+50+73=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 73 - color contains mainly: blue. Hex color #433249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433249 is #BCCDB6. Grayscale: #393939. Windows color (decimal): -12373431 or 4796995. OLE color: 4796995.

HSL color Cylindrical-coordinate representation of color #433249: hue angle of 284.35º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #433249 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 50 73 -
CMYK 0.08 0.32 0 0.71
HSL 284.35º 0.19% 0.24% -
HSV(B) 284.35º 0.32% 0.29% -
XYZ 4.66 3.96 6.82 -
YUV 57.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 67 50 73 0.08 0.32 0 0.71 284.35 0.19 0.24
Hex 43 32 49 8 20 0 47 11C 13 18
Octal 103 62 111 10 40 0 107 434 23 30
Binary 1000011 110010 1001001 1000 100000 0 1000111 100011100 10011 11000

Color Harmonies of #433249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433249

Black with #433249

Text Example


Text Example

White with #433249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433249; }

 p { color: rgb(67,50,73); }

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

background-color css

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

 a { background-color: rgb(67,50,73); }

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

border-color css

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

 span { border-color: rgb(67,50,73); }

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