Html Css Color HEX #402F25 Sambuca

📋 copy color: '#402F25'

red 64 ◦ green 47 ◦ blue 37

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

Shades of Sambuca #402F25

Tints of Sambuca #402F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.76%

 BLUE value IS 37 (14.84% from 255) = 25%

R = 43.24%
G = 31.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#402F25 (or 0x402F25) is known color: Sambuca. HEX triplet: 40, 2F and 25. RGB value is (64,47,37). Sum of RGB (Red+Green+Blue) = 64+47+37=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #402F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F25 is #BFD0DA. Grayscale: #323232. Windows color (decimal): -12570843 or 2436928. OLE color: 2436928.

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

Color convert

RGB 64 47 37 -
CMYK 0 0.27 0.42 0.75
HSL 22.22º 0.27% 0.2% -
HSV(B) 22.22º 0.42% 0.25% -
XYZ 3.46 3.26 2.2 -
YUV 50.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 64 47 37 0 0.27 0.42 0.75 22.22 0.27 0.2
Hex 40 2F 25 0 1B 2A 4B 16 1B 14
Octal 100 57 45 0 33 52 113 26 33 24
Binary 1000000 101111 100101 0 11011 101010 1001011 10110 11011 10100

Color Harmonies of #402F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F25

Black with #402F25

Text Example


Text Example

White with #402F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,37); }

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

background-color css

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

 a { background-color: rgb(64,47,37); }

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

border-color css

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

 span { border-color: rgb(64,47,37); }

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