#300836

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

Shades of Blackcurrant #300836

Tints of Blackcurrant #300836

Color information

#300836 (or 0x300836) is unknown color: approx Blackcurrant. HEX triplet: 30, 08 and 36. RGB value is (48,8,54). Sum of RGB (Red+Green+Blue) = 48+8+54=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #300836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300836 is #CFF7C9. Grayscale: #191919. Windows color (decimal): -13629386 or 3541040. OLE color: 3541040.

HSL color Cylindrical-coordinate representation of color #300836: hue angle of 292.17º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300836 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB48854-
CMYK0.110.8500.79
HSL292.17º74.19%12.16%-
HSV(B)292.17º85.19%21.18%-
XYZ1.971.073.59-
YUV25.2144.25144.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 8 (3.52% from 255) = 7.27%
BLUE value IS 54 (21.48% from 255) = 49.09%
R=43.64%
G=7.27%
B=49.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal488540.110.8500.79292.1774.1912.16
Hex30836B5504F1244ac
Octal60106613125011744411214
Binary1100001000110110101110101010100111110010010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300836; }

 p { color: rgb(48,8,54); }

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

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

 a { background-color: rgb(48,8,54); }

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

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

 span { border-color: rgb(48,8,54); }

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