Html Css Color HEX #38302B Sambuca

📋 copy color: '#38302B'

red 56 ◦ green 48 ◦ blue 43

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

Shades of Sambuca #38302B

Tints of Sambuca #38302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 38.1%
G = 32.65%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#38302B (or 0x38302B) is known color: Sambuca. HEX triplet: 38, 30 and 2B. RGB value is (56,48,43). Sum of RGB (Red+Green+Blue) = 56+48+43=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #38302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38302B is #C7CFD4. Grayscale: #313131. Windows color (decimal): -13094869 or 2830392. OLE color: 2830392.

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

Color convert

RGB 56 48 43 -
CMYK 0 0.14 0.23 0.78
HSL 23.08º 0.13% 0.19% -
HSV(B) 23.08º 0.23% 0.22% -
XYZ 3.12 3.13 2.72 -
YUV 49.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 56 48 43 0 0.14 0.23 0.78 23.08 0.13 0.19
Hex 38 30 2B 0 E 17 4E 17 D 13
Octal 70 60 53 0 16 27 116 27 15 23
Binary 111000 110000 101011 0 1110 10111 1001110 10111 1101 10011

Color Harmonies of #38302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38302B

Black with #38302B

Text Example


Text Example

White with #38302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38302B; }

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

 H1.HeaderClassName
 {
   color: #38302B;
 }
 .AnyTagClassName
 {
   color: #38302B;
 }
</style>

background-color css

<style>
 a { background-color: #38302B; }

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

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

border-color css

<style>
 span { border-color: #38302B; }

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

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