#383028

Color #383028 Cola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cola #383028

Tints of Cola #383028

Color information

#383028 (or 0x383028) is unknown color: approx Cola. HEX triplet: 38, 30 and 28. RGB value is (56,48,40). Sum of RGB (Red+Green+Blue) = 56+48+40=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #383028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383028 is #C7CFD7. Grayscale: #313131. Windows color (decimal): -13094872 or 2633784. OLE color: 2633784.

HSL color Cylindrical-coordinate representation of color #383028: hue angle of 30º 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 #383028 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB564840-
CMYK00.140.290.78
HSL30º16.67%18.82%-
HSV(B)30º28.57%21.96%-
XYZ3.073.112.45-
YUV49.48122.65132.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=38.89%
G=33.33%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56484000.140.290.783016.6718.82
Hex3830280E1D4E1e1113
Octal70605001635116362123
Binary11100011000010100001110111011001110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383028; }

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

 H1.HeaderClassName
 {
   color: #383028;
 }
 .AnyTagClassName
 {
   color: #383028;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #383028;
 }
 .BgClassName
 {
   background-color: #383028;
 }
</style>
border-color css

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

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

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