Html Css Color HEX #382B24 Sambuca

📋 copy color: '#382B24'

red 56 ◦ green 43 ◦ blue 36

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

Shades of Sambuca #382B24

Tints of Sambuca #382B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.85%

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 41.48%
G = 31.85%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#382B24 (or 0x382B24) is known color: Sambuca. HEX triplet: 38, 2B and 24. RGB value is (56,43,36). Sum of RGB (Red+Green+Blue) = 56+43+36=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B24 is #C7D4DB. Grayscale: #2E2E2E. Windows color (decimal): -13096156 or 2370360. OLE color: 2370360.

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

Color convert

RGB 56 43 36 -
CMYK 0 0.23 0.36 0.78
HSL 21º 0.22% 0.18% -
HSV(B) 21º 0.36% 0.22% -
XYZ 2.81 2.7 2.04 -
YUV 46.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 56 43 36 0 0.23 0.36 0.78 21 0.22 0.18
Hex 38 2B 24 0 17 24 4E 15 16 12
Octal 70 53 44 0 27 44 116 25 26 22
Binary 111000 101011 100100 0 10111 100100 1001110 10101 10110 10010

Color Harmonies of #382B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B24

Black with #382B24

Text Example


Text Example

White with #382B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,43,36); }

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

background-color css

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

 a { background-color: rgb(56,43,36); }

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

border-color css

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

 span { border-color: rgb(56,43,36); }

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