Html Css Color HEX #42292E Cab Sav

📋 copy color: '#42292E'

red 66 ◦ green 41 ◦ blue 46

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

Shades of Cab Sav #42292E

Tints of Cab Sav #42292E

RGB

 RED value IS 66 (26.17% from 255) = 43.14%

 GREEN value IS 41 (16.41% from 255) = 26.8%

 BLUE value IS 46 (18.36% from 255) = 30.07%

R = 43.14%
G = 26.8%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#42292E (or 0x42292E) is known color: Cab Sav. HEX triplet: 42, 29 and 2E. RGB value is (66,41,46). Sum of RGB (Red+Green+Blue) = 66+41+46=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #42292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42292E is #BDD6D1. Grayscale: #313131. Windows color (decimal): -12441298 or 3025218. OLE color: 3025218.

HSL color Cylindrical-coordinate representation of color #42292E: hue angle of 348º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42292E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 41 46 -
CMYK 0 0.38 0.30 0.74
HSL 348º 0.23% 0.21% -
HSV(B) 348º 0.38% 0.26% -
XYZ 3.53 2.94 2.97 -
YUV 49.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 66 41 46 0 0.38 0.30 0.74 348 0.23 0.21
Hex 42 29 2E 0 26 1E 4A 15C 17 15
Octal 102 51 56 0 46 36 112 534 27 25
Binary 1000010 101001 101110 0 100110 11110 1001010 101011100 10111 10101

Color Harmonies of #42292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42292E

Black with #42292E

Text Example


Text Example

White with #42292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42292E;
 }
 .AnyTagClassName
 {
   color: #42292E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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