Html Css Color HEX #423348 Jagger

📋 copy color: '#423348'

red 66 ◦ green 51 ◦ blue 72

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

Shades of Jagger #423348

Tints of Jagger #423348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 34.92%
G = 26.98%
B = 38.1%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423348 (or 0x423348) is known color: Jagger. HEX triplet: 42, 33 and 48. RGB value is (66,51,72). Sum of RGB (Red+Green+Blue) = 66+51+72=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #423348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423348 is #BDCCB7. Grayscale: #393939. Windows color (decimal): -12438712 or 4731714. OLE color: 4731714.

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

Color convert

RGB 66 51 72 -
CMYK 0.08 0.29 0 0.72
HSL 282.86º 0.17% 0.24% -
HSV(B) 282.86º 0.29% 0.28% -
XYZ 4.6 3.99 6.66 -
YUV 57.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 66 51 72 0.08 0.29 0 0.72 282.86 0.17 0.24
Hex 42 33 48 8 1D 0 48 11B 11 18
Octal 102 63 110 10 35 0 110 433 21 30
Binary 1000010 110011 1001000 1000 11101 0 1001000 100011011 10001 11000

Color Harmonies of #423348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423348

Black with #423348

Text Example


Text Example

White with #423348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423348; }

 p { color: rgb(66,51,72); }

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

background-color css

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

 a { background-color: rgb(66,51,72); }

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

border-color css

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

 span { border-color: rgb(66,51,72); }

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