Html Css Color HEX #423350 Jagger

📋 copy color: '#423350'

red 66 ◦ green 51 ◦ blue 80

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

Shades of Jagger #423350

Tints of Jagger #423350

RGB

 RED value IS 66 (26.17% from 255) = 33.5%

 GREEN value IS 51 (20.31% from 255) = 25.89%

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

R = 33.5%
G = 25.89%
B = 40.61%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#423350 (or 0x423350) is known color: Jagger. HEX triplet: 42, 33 and 50. RGB value is (66,51,80). Sum of RGB (Red+Green+Blue) = 66+51+80=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #423350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423350 is #BDCCAF. Grayscale: #3A3A3A. Windows color (decimal): -12438704 or 5256002. OLE color: 5256002.

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

Color convert

RGB 66 51 80 -
CMYK 0.17 0.36 0 0.69
HSL 271.03º 0.22% 0.26% -
HSV(B) 271.03º 0.36% 0.31% -
XYZ 4.88 4.11 8.12 -
YUV 58.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 66 51 80 0.17 0.36 0 0.69 271.03 0.22 0.26
Hex 42 33 50 11 24 0 45 10F 16 1A
Octal 102 63 120 21 44 0 105 417 26 32
Binary 1000010 110011 1010000 10001 100100 0 1000101 100001111 10110 11010

Color Harmonies of #423350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423350

Black with #423350

Text Example


Text Example

White with #423350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423350; }

 p { color: rgb(66,51,80); }

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

background-color css

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

 a { background-color: rgb(66,51,80); }

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

border-color css

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

 span { border-color: rgb(66,51,80); }

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