Html Css Color HEX #402F23 Sambuca

📋 copy color: '#402F23'

red 64 ◦ green 47 ◦ blue 35

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

Shades of Sambuca #402F23

Tints of Sambuca #402F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.97%

R = 43.84%
G = 32.19%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#402F23 (or 0x402F23) is known color: Sambuca. HEX triplet: 40, 2F and 23. RGB value is (64,47,35). Sum of RGB (Red+Green+Blue) = 64+47+35=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #402F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F23 is #BFD0DC. Grayscale: #323232. Windows color (decimal): -12570845 or 2305856. OLE color: 2305856.

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

Color convert

RGB 64 47 35 -
CMYK 0 0.27 0.45 0.75
HSL 24.83º 0.29% 0.19% -
HSV(B) 24.83º 0.45% 0.25% -
XYZ 3.43 3.24 2.04 -
YUV 50.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 64 47 35 0 0.27 0.45 0.75 24.83 0.29 0.19
Hex 40 2F 23 0 1B 2D 4B 19 1D 13
Octal 100 57 43 0 33 55 113 31 35 23
Binary 1000000 101111 100011 0 11011 101101 1001011 11001 11101 10011

Color Harmonies of #402F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F23

Black with #402F23

Text Example


Text Example

White with #402F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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