Html Css Color HEX #433752 Jagger

📋 copy color: '#433752'

red 67 ◦ green 55 ◦ blue 82

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

Shades of Jagger #433752

Tints of Jagger #433752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.96%

 BLUE value IS 82 (32.42% from 255) = 40.2%

R = 32.84%
G = 26.96%
B = 40.2%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#433752 (or 0x433752) is known color: Jagger. HEX triplet: 43, 37 and 52. RGB value is (67,55,82). Sum of RGB (Red+Green+Blue) = 67+55+82=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #433752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433752 is #BCC8AD. Grayscale: #3D3D3D. Windows color (decimal): -12372142 or 5388099. OLE color: 5388099.

HSL color Cylindrical-coordinate representation of color #433752: hue angle of 266.67º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #433752 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 67 55 82 -
CMYK 0.18 0.33 0 0.68
HSL 266.67º 0.2% 0.27% -
HSV(B) 266.67º 0.33% 0.32% -
XYZ 5.2 4.53 8.58 -
YUV 61.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 67 55 82 0.18 0.33 0 0.68 266.67 0.2 0.27
Hex 43 37 52 12 21 0 44 10B 14 1B
Octal 103 67 122 22 41 0 104 413 24 33
Binary 1000011 110111 1010010 10010 100001 0 1000100 100001011 10100 11011

Color Harmonies of #433752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433752

Black with #433752

Text Example


Text Example

White with #433752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433752; }

 p { color: rgb(67,55,82); }

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

background-color css

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

 a { background-color: rgb(67,55,82); }

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

border-color css

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

 span { border-color: rgb(67,55,82); }

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