Html Css Color HEX #41314F Jagger

📋 copy color: '#41314F'

red 65 ◦ green 49 ◦ blue 79

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

Shades of Jagger #41314F

Tints of Jagger #41314F

RGB

 RED value IS 65 (25.78% from 255) = 33.68%

 GREEN value IS 49 (19.53% from 255) = 25.39%

 BLUE value IS 79 (31.25% from 255) = 40.93%

R = 33.68%
G = 25.39%
B = 40.93%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41314F (or 0x41314F) is known color: Jagger. HEX triplet: 41, 31 and 4F. RGB value is (65,49,79). Sum of RGB (Red+Green+Blue) = 65+49+79=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #41314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41314F is #BECEB0. Grayscale: #393939. Windows color (decimal): -12504753 or 5189953. OLE color: 5189953.

HSL color Cylindrical-coordinate representation of color #41314F: hue angle of 272º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41314F is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 49 79 -
CMYK 0.18 0.38 0 0.69
HSL 272º 0.23% 0.25% -
HSV(B) 272º 0.38% 0.31% -
XYZ 4.69 3.88 7.9 -
YUV 57.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 65 49 79 0.18 0.38 0 0.69 272 0.23 0.25
Hex 41 31 4F 12 26 0 45 110 17 19
Octal 101 61 117 22 46 0 105 420 27 31
Binary 1000001 110001 1001111 10010 100110 0 1000101 100010000 10111 11001

Color Harmonies of #41314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41314F

Black with #41314F

Text Example


Text Example

White with #41314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41314F; }

 p { color: rgb(65,49,79); }

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

background-color css

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

 a { background-color: rgb(65,49,79); }

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

border-color css

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

 span { border-color: rgb(65,49,79); }

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