Html Css Color HEX #423247 Jagger

📋 copy color: '#423247'

red 66 ◦ green 50 ◦ blue 71

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

Shades of Jagger #423247

Tints of Jagger #423247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.97%

R = 35.29%
G = 26.74%
B = 37.97%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423247 (or 0x423247) is known color: Jagger. HEX triplet: 42, 32 and 47. RGB value is (66,50,71). Sum of RGB (Red+Green+Blue) = 66+50+71=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #423247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423247 is #BDCDB8. Grayscale: #393939. Windows color (decimal): -12438969 or 4665922. OLE color: 4665922.

HSL color Cylindrical-coordinate representation of color #423247: hue angle of 285.71º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #423247 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 50 71 -
CMYK 0.07 0.30 0 0.72
HSL 285.71º 0.17% 0.24% -
HSV(B) 285.71º 0.3% 0.28% -
XYZ 4.52 3.89 6.47 -
YUV 57.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 66 50 71 0.07 0.30 0 0.72 285.71 0.17 0.24
Hex 42 32 47 7 1E 0 48 11E 11 18
Octal 102 62 107 7 36 0 110 436 21 30
Binary 1000010 110010 1000111 111 11110 0 1001000 100011110 10001 11000

Color Harmonies of #423247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423247

Black with #423247

Text Example


Text Example

White with #423247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423247; }

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

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

background-color css

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

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

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

border-color css

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

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

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