Html Css Color HEX #382C25 Sambuca

📋 copy color: '#382C25'

red 56 ◦ green 44 ◦ blue 37

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

Shades of Sambuca #382C25

Tints of Sambuca #382C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.12%

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

R = 40.88%
G = 32.12%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#382C25 (or 0x382C25) is known color: Sambuca. HEX triplet: 38, 2C and 25. RGB value is (56,44,37). Sum of RGB (Red+Green+Blue) = 56+44+37=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #382C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C25 is #C7D3DA. Grayscale: #2E2E2E. Windows color (decimal): -13095899 or 2436152. OLE color: 2436152.

HSL color Cylindrical-coordinate representation of color #382C25: hue angle of 22.11º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382C25 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 44 37 -
CMYK 0 0.21 0.34 0.78
HSL 22.11º 0.2% 0.18% -
HSV(B) 22.11º 0.34% 0.22% -
XYZ 2.87 2.78 2.13 -
YUV 46.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 56 44 37 0 0.21 0.34 0.78 22.11 0.2 0.18
Hex 38 2C 25 0 15 22 4E 16 14 12
Octal 70 54 45 0 25 42 116 26 24 22
Binary 111000 101100 100101 0 10101 100010 1001110 10110 10100 10010

Color Harmonies of #382C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C25

Black with #382C25

Text Example


Text Example

White with #382C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,37); }

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

background-color css

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

 a { background-color: rgb(56,44,37); }

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

border-color css

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

 span { border-color: rgb(56,44,37); }

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