Html Css Color HEX #423750 Jagger

📋 copy color: '#423750'

red 66 ◦ green 55 ◦ blue 80

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

Shades of Jagger #423750

Tints of Jagger #423750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 32.84%
G = 27.36%
B = 39.8%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#423750 (or 0x423750) is known color: Jagger. HEX triplet: 42, 37 and 50. RGB value is (66,55,80). Sum of RGB (Red+Green+Blue) = 66+55+80=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #423750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423750 is #BDC8AF. Grayscale: #3D3D3D. Windows color (decimal): -12437680 or 5257026. OLE color: 5257026.

HSL color Cylindrical-coordinate representation of color #423750: hue angle of 266.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #423750 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 55 80 -
CMYK 0.17 0.31 0 0.69
HSL 266.4º 0.19% 0.26% -
HSV(B) 266.4º 0.31% 0.31% -
XYZ 5.06 4.47 8.19 -
YUV 61.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 66 55 80 0.17 0.31 0 0.69 266.4 0.19 0.26
Hex 42 37 50 11 1F 0 45 10A 13 1A
Octal 102 67 120 21 37 0 105 412 23 32
Binary 1000010 110111 1010000 10001 11111 0 1000101 100001010 10011 11010

Color Harmonies of #423750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423750

Black with #423750

Text Example


Text Example

White with #423750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423750; }

 p { color: rgb(66,55,80); }

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

background-color css

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

 a { background-color: rgb(66,55,80); }

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

border-color css

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

 span { border-color: rgb(66,55,80); }

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