Html Css Color HEX #382C26 Sambuca

📋 copy color: '#382C26'

red 56 ◦ green 44 ◦ blue 38

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

Shades of Sambuca #382C26

Tints of Sambuca #382C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 40.58%
G = 31.88%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#382C26 (or 0x382C26) is known color: Sambuca. HEX triplet: 38, 2C and 26. RGB value is (56,44,38). Sum of RGB (Red+Green+Blue) = 56+44+38=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #382C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C26 is #C7D3D9. Grayscale: #2E2E2E. Windows color (decimal): -13095898 or 2501688. OLE color: 2501688.

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

Color convert

RGB 56 44 38 -
CMYK 0 0.21 0.32 0.78
HSL 20º 0.19% 0.18% -
HSV(B) 20º 0.32% 0.22% -
XYZ 2.88 2.78 2.22 -
YUV 46.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 56 44 38 0 0.21 0.32 0.78 20 0.19 0.18
Hex 38 2C 26 0 15 20 4E 14 13 12
Octal 70 54 46 0 25 40 116 24 23 22
Binary 111000 101100 100110 0 10101 100000 1001110 10100 10011 10010

Color Harmonies of #382C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C26

Black with #382C26

Text Example


Text Example

White with #382C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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