#303826

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

Shades of Black Forest #303826

Tints of Black Forest #303826

Color information

#303826 (or 0x303826) is unknown color: approx Black Forest. HEX triplet: 30, 38 and 26. RGB value is (48,56,38). Sum of RGB (Red+Green+Blue) = 48+56+38=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #303826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303826 is #CFC7D9. Grayscale: #333333. Windows color (decimal): -13617114 or 2504752. OLE color: 2504752.

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

Color convert

RGB485638-
CMYK0.1400.320.78
HSL86.67º19.15%18.43%-
HSV(B)86.67º32.14%21.96%-
XYZ2.983.62.37-
YUV51.56120.35125.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 38 (15.23% from 255) = 26.76%
R=33.80%
G=39.44%
B=26.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4856380.1400.320.7886.6719.1518.43
Hex303826E0204E571312
Octal607046160401161272322
Binary11000011100010011011100100000100111010101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303826; }

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

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

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

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

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

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

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

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