Html Css Color HEX #41304B Jagger

📋 copy color: '#41304B'

red 65 ◦ green 48 ◦ blue 75

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

Shades of Jagger #41304B

Tints of Jagger #41304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.53%

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 34.57%
G = 25.53%
B = 39.89%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41304B (or 0x41304B) is known color: Jagger. HEX triplet: 41, 30 and 4B. RGB value is (65,48,75). Sum of RGB (Red+Green+Blue) = 65+48+75=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #41304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41304B is #BECFB4. Grayscale: #383838. Windows color (decimal): -12505013 or 4927553. OLE color: 4927553.

HSL color Cylindrical-coordinate representation of color #41304B: hue angle of 277.78º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41304B is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 48 75 -
CMYK 0.13 0.36 0 0.71
HSL 277.78º 0.22% 0.24% -
HSV(B) 277.78º 0.36% 0.29% -
XYZ 4.51 3.75 7.14 -
YUV 56.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 65 48 75 0.13 0.36 0 0.71 277.78 0.22 0.24
Hex 41 30 4B D 24 0 47 116 16 18
Octal 101 60 113 15 44 0 107 426 26 30
Binary 1000001 110000 1001011 1101 100100 0 1000111 100010110 10110 11000

Color Harmonies of #41304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41304B

Black with #41304B

Text Example


Text Example

White with #41304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41304B; }

 p { color: rgb(65,48,75); }

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

background-color css

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

 a { background-color: rgb(65,48,75); }

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

border-color css

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

 span { border-color: rgb(65,48,75); }

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