Html Css Color HEX #41382F Dark Rum

📋 copy color: '#41382F'

red 65 ◦ green 56 ◦ blue 47

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

Shades of Dark Rum #41382F

Tints of Dark Rum #41382F

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 value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41382F (or 0x41382F) is known color: 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

RGB 65 56 47 -
CMYK 0 0.14 0.28 0.75
HSL 30º 0.16% 0.22% -
HSV(B) 30º 0.28% 0.25% -
XYZ 4.11 4.16 3.28 -
YUV 57.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 65 56 47 0 0.14 0.28 0.75 30 0.16 0.22
Hex 41 38 2F 0 E 1C 4B 1E 10 16
Octal 101 70 57 0 16 34 113 36 20 26
Binary 1000001 111000 101111 0 1110 11100 1001011 11110 10000 10110

Color Harmonies of #41382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41382F

Black with #41382F

Text Example


Text Example

White with #41382F

Text Example


Text Example

HTML Codes & Css Web 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>