Html Css Color HEX #402B30 Cab Sav

📋 copy color: '#402B30'

red 64 ◦ green 43 ◦ blue 48

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

Shades of Cab Sav #402B30

Tints of Cab Sav #402B30

RGB

 RED value IS 64 (25.39% from 255) = 41.29%

 GREEN value IS 43 (17.19% from 255) = 27.74%

 BLUE value IS 48 (19.14% from 255) = 30.97%

R = 41.29%
G = 27.74%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#402B30 (or 0x402B30) is known color: Cab Sav. HEX triplet: 40, 2B and 30. RGB value is (64,43,48). Sum of RGB (Red+Green+Blue) = 64+43+48=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #402B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B30 is #BFD4CF. Grayscale: #313131. Windows color (decimal): -12571856 or 3156800. OLE color: 3156800.

HSL color Cylindrical-coordinate representation of color #402B30: hue angle of 345.71º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #402B30 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 43 48 -
CMYK 0 0.33 0.25 0.75
HSL 345.71º 0.2% 0.21% -
HSV(B) 345.71º 0.33% 0.25% -
XYZ 3.51 3.03 3.2 -
YUV 49.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 64 43 48 0 0.33 0.25 0.75 345.71 0.2 0.21
Hex 40 2B 30 0 21 19 4B 15A 14 15
Octal 100 53 60 0 41 31 113 532 24 25
Binary 1000000 101011 110000 0 100001 11001 1001011 101011010 10100 10101

Color Harmonies of #402B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B30

Black with #402B30

Text Example


Text Example

White with #402B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402B30; }

 p { color: rgb(64,43,48); }

 H1.HeaderClassName
 {
   color: #402B30;
 }
 .AnyTagClassName
 {
   color: #402B30;
 }
</style>

background-color css

<style>
 a { background-color: #402B30; }

 a { background-color: rgb(64,43,48); }

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

border-color css

<style>
 span { border-color: #402B30; }

 span { border-color: rgb(64,43,48); }

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