Html Css Color HEX #433750 Jagger

📋 copy color: '#433750'

red 67 ◦ green 55 ◦ blue 80

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

Shades of Jagger #433750

Tints of Jagger #433750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 33.17%
G = 27.23%
B = 39.6%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#433750 (or 0x433750) is known color: Jagger. HEX triplet: 43, 37 and 50. RGB value is (67,55,80). Sum of RGB (Red+Green+Blue) = 67+55+80=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #433750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433750 is #BCC8AF. Grayscale: #3D3D3D. Windows color (decimal): -12372144 or 5257027. OLE color: 5257027.

HSL color Cylindrical-coordinate representation of color #433750: hue angle of 268.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #433750 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 55 80 -
CMYK 0.16 0.31 0 0.69
HSL 268.8º 0.19% 0.26% -
HSV(B) 268.8º 0.31% 0.31% -
XYZ 5.13 4.5 8.19 -
YUV 61.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 67 55 80 0.16 0.31 0 0.69 268.8 0.19 0.26
Hex 43 37 50 10 1F 0 45 10D 13 1A
Octal 103 67 120 20 37 0 105 415 23 32
Binary 1000011 110111 1010000 10000 11111 0 1000101 100001101 10011 11010

Color Harmonies of #433750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433750

Black with #433750

Text Example


Text Example

White with #433750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433750; }

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

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

background-color css

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

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

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

border-color css

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

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

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