#41382F

Color #41382F Dark Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Rum #41382F

Tints of Dark Rum #41382F

Color information

#41382F (or 0x41382F) is unknown color: approx Dark Rum. HEX triplet: 41, 38 and 2F. RGB value is (65,56,47). Sum of RGB (Red+Green+Blue) = 65+56+47=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #41382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41382F is #BEC7D0. Grayscale: #393939. Windows color (decimal): -12502993 or 3094593. OLE color: 3094593.

HSL color Cylindrical-coordinate representation of color #41382F: hue angle of 30º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41382F is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB655647-
CMYK00.140.280.75
HSL30º16.07%21.96%-
HSV(B)30º27.69%25.49%-
XYZ4.114.163.28-
YUV57.67121.98133.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=38.69%
G=33.33%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65564700.140.280.753016.0721.96
Hex41382F0E1C4B1e1016
Octal101705701634113362026
Binary100000111100010111101110111001001011111101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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