#41292E

Color #41292E Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #41292E

Tints of Cab Sav #41292E

Color information

#41292E (or 0x41292E) is unknown color: approx Cab Sav. HEX triplet: 41, 29 and 2E. RGB value is (65,41,46). Sum of RGB (Red+Green+Blue) = 65+41+46=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #41292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41292E is #BED6D1. Grayscale: #303030. Windows color (decimal): -12506834 or 3025217. OLE color: 3025217.

HSL color Cylindrical-coordinate representation of color #41292E: hue angle of 347.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41292E is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB654146-
CMYK00.370.290.75
HSL347.5º22.64%20.78%-
HSV(B)347.5º36.92%25.49%-
XYZ3.472.912.96-
YUV48.75126.45139.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=42.76%
G=26.97%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65414600.370.290.75347.522.6420.78
Hex41292E0251D4B15c1715
Octal1015156045351135342725
Binary100000110100110111001001011110110010111010111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41292E; }

 p { color: rgb(65,41,46); }

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

<style>
 a { background-color: #41292E; }

 a { background-color: rgb(65,41,46); }

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

<style>
 span { border-color: #41292E; }

 span { border-color: rgb(65,41,46); }

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