Html Css Color HEX #41374B Jagger

📋 copy color: '#41374B'

red 65 ◦ green 55 ◦ blue 75

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

Shades of Jagger #41374B

Tints of Jagger #41374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.21%

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

R = 33.33%
G = 28.21%
B = 38.46%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41374B (or 0x41374B) is known color: Jagger. HEX triplet: 41, 37 and 4B. RGB value is (65,55,75). Sum of RGB (Red+Green+Blue) = 65+55+75=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #41374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41374B is #BEC8B4. Grayscale: #3C3C3C. Windows color (decimal): -12503221 or 4929345. OLE color: 4929345.

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

Color convert

RGB 65 55 75 -
CMYK 0.13 0.27 0 0.71
HSL 270º 0.15% 0.25% -
HSV(B) 270º 0.27% 0.29% -
XYZ 4.82 4.36 7.25 -
YUV 60.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 65 55 75 0.13 0.27 0 0.71 270 0.15 0.25
Hex 41 37 4B D 1B 0 47 10E F 19
Octal 101 67 113 15 33 0 107 416 17 31
Binary 1000001 110111 1001011 1101 11011 0 1000111 100001110 1111 11001

Color Harmonies of #41374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41374B

Black with #41374B

Text Example


Text Example

White with #41374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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