#41301D

Color #41301D Cola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cola #41301D

Tints of Cola #41301D

Color information

#41301D (or 0x41301D) is unknown color: approx Cola. HEX triplet: 41, 30 and 1D. RGB value is (65,48,29). Sum of RGB (Red+Green+Blue) = 65+48+29=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41301D is #BECFE2. Grayscale: #333333. Windows color (decimal): -12505059 or 1912897. OLE color: 1912897.

HSL color Cylindrical-coordinate representation of color #41301D: hue angle of 31.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41301D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB654829-
CMYK00.260.550.75
HSL31.67º38.3%18.43%-
HSV(B)31.67º55.38%25.49%-
XYZ3.463.331.62-
YUV50.92115.63138.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=45.77%
G=33.80%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65482900.260.550.7531.6738.318.43
Hex41301D01A374B202612
Octal101603503267113404622
Binary100000111000011101011010110111100101110000010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41301D; }

 p { color: rgb(65,48,29); }

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

<style>
 a { background-color: #41301D; }

 a { background-color: rgb(65,48,29); }

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

<style>
 span { border-color: #41301D; }

 span { border-color: rgb(65,48,29); }

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