Html Css Color HEX #382D28 Sambuca

📋 copy color: '#382D28'

red 56 ◦ green 45 ◦ blue 40

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

Shades of Sambuca #382D28

Tints of Sambuca #382D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.91%

 BLUE value IS 40 (16.02% from 255) = 28.37%

R = 39.72%
G = 31.91%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#382D28 (or 0x382D28) is known color: Sambuca. HEX triplet: 38, 2D and 28. RGB value is (56,45,40). Sum of RGB (Red+Green+Blue) = 56+45+40=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D28 is #C7D2D7. Grayscale: #2F2F2F. Windows color (decimal): -13095640 or 2633016. OLE color: 2633016.

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

Color convert

RGB 56 45 40 -
CMYK 0 0.20 0.29 0.78
HSL 18.75º 0.17% 0.19% -
HSV(B) 18.75º 0.29% 0.22% -
XYZ 2.95 2.87 2.41 -
YUV 47.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 56 45 40 0 0.20 0.29 0.78 18.75 0.17 0.19
Hex 38 2D 28 0 14 1D 4E 13 11 13
Octal 70 55 50 0 24 35 116 23 21 23
Binary 111000 101101 101000 0 10100 11101 1001110 10011 10001 10011

Color Harmonies of #382D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D28

Black with #382D28

Text Example


Text Example

White with #382D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,40); }

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

background-color css

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

 a { background-color: rgb(56,45,40); }

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

border-color css

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

 span { border-color: rgb(56,45,40); }

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