Html Css Color HEX #423848 Jagger

📋 copy color: '#423848'

red 66 ◦ green 56 ◦ blue 72

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

Shades of Jagger #423848

Tints of Jagger #423848

RGB

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

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

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

R = 34.02%
G = 28.87%
B = 37.11%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#423848 (or 0x423848) is known color: Jagger. HEX triplet: 42, 38 and 48. RGB value is (66,56,72). Sum of RGB (Red+Green+Blue) = 66+56+72=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #423848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423848 is #BDC7B7. Grayscale: #3C3C3C. Windows color (decimal): -12437432 or 4732994. OLE color: 4732994.

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

Color convert

RGB 66 56 72 -
CMYK 0.08 0.22 0 0.72
HSL 277.5º 0.13% 0.25% -
HSV(B) 277.5º 0.22% 0.28% -
XYZ 4.83 4.45 6.74 -
YUV 60.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 66 56 72 0.08 0.22 0 0.72 277.5 0.13 0.25
Hex 42 38 48 8 16 0 48 116 C 19
Octal 102 70 110 10 26 0 110 426 14 31
Binary 1000010 111000 1001000 1000 10110 0 1001000 100010110 1100 11001

Color Harmonies of #423848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423848

Black with #423848

Text Example


Text Example

White with #423848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423848; }

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

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

background-color css

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

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

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

border-color css

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

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

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