#303926

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

Shades of Black Forest #303926

Tints of Black Forest #303926

Color information

#303926 (or 0x303926) is unknown color: approx Black Forest. HEX triplet: 30, 39 and 26. RGB value is (48,57,38). Sum of RGB (Red+Green+Blue) = 48+57+38=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #303926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303926 is #CFC6D9. Grayscale: #343434. Windows color (decimal): -13616858 or 2505008. OLE color: 2505008.

HSL color Cylindrical-coordinate representation of color #303926: hue angle of 88.42º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303926 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB485738-
CMYK0.1600.330.78
HSL88.42º20%18.63%-
HSV(B)88.42º33.33%22.35%-
XYZ3.033.692.39-
YUV52.14120.02125.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=33.57%
G=39.86%
B=26.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857380.1600.330.7888.422018.63
Hex303926100214E581413
Octal607146200411161302423
Binary110000111001100110100000100001100111010110001010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303926; }

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

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

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

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

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

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

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

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