Html Css Color HEX #423248 Jagger

📋 copy color: '#423248'

red 66 ◦ green 50 ◦ blue 72

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

Shades of Jagger #423248

Tints of Jagger #423248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 35.11%
G = 26.6%
B = 38.3%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423248 (or 0x423248) is known color: Jagger. HEX triplet: 42, 32 and 48. RGB value is (66,50,72). Sum of RGB (Red+Green+Blue) = 66+50+72=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 72 - color contains mainly: blue. Hex color #423248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423248 is #BDCDB7. Grayscale: #393939. Windows color (decimal): -12438968 or 4731458. OLE color: 4731458.

HSL color Cylindrical-coordinate representation of color #423248: hue angle of 283.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #423248 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 50 72 -
CMYK 0.08 0.31 0 0.72
HSL 283.64º 0.18% 0.24% -
HSV(B) 283.64º 0.31% 0.28% -
XYZ 4.56 3.91 6.64 -
YUV 57.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 66 50 72 0.08 0.31 0 0.72 283.64 0.18 0.24
Hex 42 32 48 8 1F 0 48 11C 12 18
Octal 102 62 110 10 37 0 110 434 22 30
Binary 1000010 110010 1001000 1000 11111 0 1001000 100011100 10010 11000

Color Harmonies of #423248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423248

Black with #423248

Text Example


Text Example

White with #423248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423248; }

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

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

background-color css

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

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

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

border-color css

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

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

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