#41393B

Color #41393B Jon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jon #41393B

Tints of Jon #41393B

Color information

#41393B (or 0x41393B) is unknown color: approx Jon. HEX triplet: 41, 39 and 3B. RGB value is (65,57,59). Sum of RGB (Red+Green+Blue) = 65+57+59=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #41393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41393B is #BEC6C4. Grayscale: #3B3B3B. Windows color (decimal): -12502725 or 3881281. OLE color: 3881281.

HSL color Cylindrical-coordinate representation of color #41393B: hue angle of 345º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #41393B is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB655759-
CMYK00.120.090.75
HSL345º6.56%23.92%-
HSV(B)345º12.31%25.49%-
XYZ4.434.374.75-
YUV59.62127.65131.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=35.91%
G=31.49%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65575900.120.090.753456.5623.92
Hex41393B0C94B159718
Octal101717301411113531730
Binary1000001111001111011011001001100101110101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,57,59); }

 H1.HeaderClassName
 {
   color: #41393B;
 }
 .AnyTagClassName
 {
   color: #41393B;
 }
</style>
background-color css

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

 a { background-color: rgb(65,57,59); }

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

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

 span { border-color: rgb(65,57,59); }

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