Html Css Color HEX #382F2A Sambuca

📋 copy color: '#382F2A'

red 56 ◦ green 47 ◦ blue 42

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

Shades of Sambuca #382F2A

Tints of Sambuca #382F2A

RGB

 RED value IS 56 (22.27% from 255) = 38.62%

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

 BLUE value IS 42 (16.8% from 255) = 28.97%

R = 38.62%
G = 32.41%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#382F2A (or 0x382F2A) is known color: Sambuca. HEX triplet: 38, 2F and 2A. RGB value is (56,47,42). Sum of RGB (Red+Green+Blue) = 56+47+42=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F2A is #C7D0D5. Grayscale: #313131. Windows color (decimal): -13095126 or 2764600. OLE color: 2764600.

HSL color Cylindrical-coordinate representation of color #382F2A: hue angle of 21.43º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #382F2A is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 47 42 -
CMYK 0 0.16 0.25 0.78
HSL 21.43º 0.14% 0.19% -
HSV(B) 21.43º 0.25% 0.22% -
XYZ 3.07 3.04 2.62 -
YUV 49.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 56 47 42 0 0.16 0.25 0.78 21.43 0.14 0.19
Hex 38 2F 2A 0 10 19 4E 15 E 13
Octal 70 57 52 0 20 31 116 25 16 23
Binary 111000 101111 101010 0 10000 11001 1001110 10101 1110 10011

Color Harmonies of #382F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F2A

Black with #382F2A

Text Example


Text Example

White with #382F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382F2A; }

 p { color: rgb(56,47,42); }

 H1.HeaderClassName
 {
   color: #382F2A;
 }
 .AnyTagClassName
 {
   color: #382F2A;
 }
</style>

background-color css

<style>
 a { background-color: #382F2A; }

 a { background-color: rgb(56,47,42); }

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

border-color css

<style>
 span { border-color: #382F2A; }

 span { border-color: rgb(56,47,42); }

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