Html Css Color HEX #41292E Cab Sav

📋 copy color: '#41292E'

red 65 ◦ green 41 ◦ blue 46

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

Shades of Cab Sav #41292E

Tints of Cab Sav #41292E

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

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#41292E (or 0x41292E) is known color: 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

RGB 65 41 46 -
CMYK 0 0.37 0.29 0.75
HSL 347.5º 0.23% 0.21% -
HSV(B) 347.5º 0.37% 0.25% -
XYZ 3.47 2.91 2.96 -
YUV 48.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 65 41 46 0 0.37 0.29 0.75 347.5 0.23 0.21
Hex 41 29 2E 0 25 1D 4B 15C 17 15
Octal 101 51 56 0 45 35 113 534 27 25
Binary 1000001 101001 101110 0 100101 11101 1001011 101011100 10111 10101

Color Harmonies of #41292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41292E

Black with #41292E

Text Example


Text Example

White with #41292E

Text Example


Text Example

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