#300837

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

Shades of Blackcurrant #300837

Tints of Blackcurrant #300837

Color information

#300837 (or 0x300837) is unknown color: approx Blackcurrant. HEX triplet: 30, 08 and 37. RGB value is (48,8,55). Sum of RGB (Red+Green+Blue) = 48+8+55=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #300837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300837 is #CFF7C8. Grayscale: #191919. Windows color (decimal): -13629385 or 3606576. OLE color: 3606576.

HSL color Cylindrical-coordinate representation of color #300837: hue angle of 291.06º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300837 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB48855-
CMYK0.130.8500.78
HSL291.06º74.6%12.35%-
HSV(B)291.06º85.45%21.57%-
XYZ21.083.72-
YUV25.32144.75144.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 55 (21.88% from 255) = 49.55%
R=43.24%
G=7.21%
B=49.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal488550.130.8500.78291.0674.612.35
Hex30837D5504E1234bc
Octal60106715125011644311314
Binary1100001000110111110110101010100111010010001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300837; }

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

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

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

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

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

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

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

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