Html Css Color HEX #423949 Jagger

📋 copy color: '#423949'

red 66 ◦ green 57 ◦ blue 73

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

Shades of Jagger #423949

Tints of Jagger #423949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 73 (28.91% from 255) = 37.24%

R = 33.67%
G = 29.08%
B = 37.24%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#423949 (or 0x423949) is known color: Jagger. HEX triplet: 42, 39 and 49. RGB value is (66,57,73). Sum of RGB (Red+Green+Blue) = 66+57+73=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #423949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423949 is #BDC6B6. Grayscale: #3D3D3D. Windows color (decimal): -12437175 or 4798786. OLE color: 4798786.

HSL color Cylindrical-coordinate representation of color #423949: hue angle of 273.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #423949 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 57 73 -
CMYK 0.10 0.22 0 0.71
HSL 273.75º 0.12% 0.25% -
HSV(B) 273.75º 0.22% 0.29% -
XYZ 4.91 4.57 6.93 -
YUV 61.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 66 57 73 0.10 0.22 0 0.71 273.75 0.12 0.25
Hex 42 39 49 A 16 0 47 112 C 19
Octal 102 71 111 12 26 0 107 422 14 31
Binary 1000010 111001 1001001 1010 10110 0 1000111 100010010 1100 11001

Color Harmonies of #423949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423949

Black with #423949

Text Example


Text Example

White with #423949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423949; }

 p { color: rgb(66,57,73); }

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

background-color css

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

 a { background-color: rgb(66,57,73); }

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

border-color css

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

 span { border-color: rgb(66,57,73); }

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