Html Css Color HEX #41383A Jon

📋 copy color: '#41383A'

red 65 ◦ green 56 ◦ blue 58

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

Shades of Jon #41383A

Tints of Jon #41383A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.4%

R = 36.31%
G = 31.28%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41383A (or 0x41383A) is known color: Jon. HEX triplet: 41, 38 and 3A. RGB value is (65,56,58). Sum of RGB (Red+Green+Blue) = 65+56+58=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #41383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41383A is #BEC7C5. Grayscale: #3A3A3A. Windows color (decimal): -12502982 or 3815489. OLE color: 3815489.

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

Color convert

RGB 65 56 58 -
CMYK 0 0.14 0.11 0.75
HSL 346.67º 0.07% 0.24% -
HSV(B) 346.67º 0.14% 0.25% -
XYZ 4.36 4.26 4.6 -
YUV 58.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 65 56 58 0 0.14 0.11 0.75 346.67 0.07 0.24
Hex 41 38 3A 0 E B 4B 15B 7 18
Octal 101 70 72 0 16 13 113 533 7 30
Binary 1000001 111000 111010 0 1110 1011 1001011 101011011 111 11000

Color Harmonies of #41383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41383A

Black with #41383A

Text Example


Text Example

White with #41383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41383A; }

 p { color: rgb(65,56,58); }

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

background-color css

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

 a { background-color: rgb(65,56,58); }

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

border-color css

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

 span { border-color: rgb(65,56,58); }

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