Html Css Color HEX #433849 Jagger

📋 copy color: '#433849'

red 67 ◦ green 56 ◦ blue 73

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

Shades of Jagger #433849

Tints of Jagger #433849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.57%

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

R = 34.18%
G = 28.57%
B = 37.24%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#433849 (or 0x433849) is known color: Jagger. HEX triplet: 43, 38 and 49. RGB value is (67,56,73). Sum of RGB (Red+Green+Blue) = 67+56+73=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #433849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433849 is #BCC7B6. Grayscale: #3D3D3D. Windows color (decimal): -12371895 or 4798531. OLE color: 4798531.

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

Color convert

RGB 67 56 73 -
CMYK 0.08 0.23 0 0.71
HSL 278.82º 0.13% 0.25% -
HSV(B) 278.82º 0.23% 0.29% -
XYZ 4.93 4.5 6.91 -
YUV 61.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 67 56 73 0.08 0.23 0 0.71 278.82 0.13 0.25
Hex 43 38 49 8 17 0 47 117 D 19
Octal 103 70 111 10 27 0 107 427 15 31
Binary 1000011 111000 1001001 1000 10111 0 1000111 100010111 1101 11001

Color Harmonies of #433849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433849

Black with #433849

Text Example


Text Example

White with #433849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433849; }

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

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

background-color css

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

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

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

border-color css

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

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

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