Html Css Color HEX #423847 Jagger

📋 copy color: '#423847'

red 66 ◦ green 56 ◦ blue 71

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

Shades of Jagger #423847

Tints of Jagger #423847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

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

R = 34.2%
G = 29.02%
B = 36.79%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423847 (or 0x423847) is known color: Jagger. HEX triplet: 42, 38 and 47. RGB value is (66,56,71). Sum of RGB (Red+Green+Blue) = 66+56+71=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: blue. Hex color #423847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423847 is #BDC7B8. Grayscale: #3C3C3C. Windows color (decimal): -12437433 or 4667458. OLE color: 4667458.

HSL color Cylindrical-coordinate representation of color #423847: hue angle of 280º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #423847 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 56 71 -
CMYK 0.07 0.21 0 0.72
HSL 280º 0.12% 0.25% -
HSV(B) 280º 0.21% 0.28% -
XYZ 4.8 4.44 6.57 -
YUV 60.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 66 56 71 0.07 0.21 0 0.72 280 0.12 0.25
Hex 42 38 47 7 15 0 48 118 C 19
Octal 102 70 107 7 25 0 110 430 14 31
Binary 1000010 111000 1000111 111 10101 0 1001000 100011000 1100 11001

Color Harmonies of #423847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423847

Black with #423847

Text Example


Text Example

White with #423847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423847; }

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

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

background-color css

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

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

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

border-color css

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

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

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