Html Css Color HEX #423252 Jagger

📋 copy color: '#423252'

red 66 ◦ green 50 ◦ blue 82

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

Shades of Jagger #423252

Tints of Jagger #423252

RGB

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

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

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

R = 33.33%
G = 25.25%
B = 41.41%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#423252 (or 0x423252) is known color: Jagger. HEX triplet: 42, 32 and 52. RGB value is (66,50,82). Sum of RGB (Red+Green+Blue) = 66+50+82=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #423252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423252 is #BDCDAD. Grayscale: #3A3A3A. Windows color (decimal): -12438958 or 5386818. OLE color: 5386818.

HSL color Cylindrical-coordinate representation of color #423252: hue angle of 270º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423252 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 50 82 -
CMYK 0.20 0.39 0 0.68
HSL 270º 0.24% 0.26% -
HSV(B) 270º 0.39% 0.32% -
XYZ 4.91 4.05 8.51 -
YUV 58.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 66 50 82 0.20 0.39 0 0.68 270 0.24 0.26
Hex 42 32 52 14 27 0 44 10E 18 1A
Octal 102 62 122 24 47 0 104 416 30 32
Binary 1000010 110010 1010010 10100 100111 0 1000100 100001110 11000 11010

Color Harmonies of #423252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423252

Black with #423252

Text Example


Text Example

White with #423252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423252; }

 p { color: rgb(66,50,82); }

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

background-color css

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

 a { background-color: rgb(66,50,82); }

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

border-color css

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

 span { border-color: rgb(66,50,82); }

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