Html Css Color HEX #423251 Jagger

📋 copy color: '#423251'

red 66 ◦ green 50 ◦ blue 81

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

Shades of Jagger #423251

Tints of Jagger #423251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 33.5%
G = 25.38%
B = 41.12%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#423251 (or 0x423251) is known color: Jagger. HEX triplet: 42, 32 and 51. RGB value is (66,50,81). Sum of RGB (Red+Green+Blue) = 66+50+81=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #423251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423251 is #BDCDAE. Grayscale: #3A3A3A. Windows color (decimal): -12438959 or 5321282. OLE color: 5321282.

HSL color Cylindrical-coordinate representation of color #423251: hue angle of 270.97º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423251 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 50 81 -
CMYK 0.19 0.38 0 0.68
HSL 270.97º 0.24% 0.26% -
HSV(B) 270.97º 0.38% 0.32% -
XYZ 4.87 4.03 8.31 -
YUV 58.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 66 50 81 0.19 0.38 0 0.68 270.97 0.24 0.26
Hex 42 32 51 13 26 0 44 10F 18 1A
Octal 102 62 121 23 46 0 104 417 30 32
Binary 1000010 110010 1010001 10011 100110 0 1000100 100001111 11000 11010

Color Harmonies of #423251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423251

Black with #423251

Text Example


Text Example

White with #423251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423251; }

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

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

background-color css

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

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

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

border-color css

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

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

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