#300237

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

Shades of Blackcurrant #300237

Tints of Blackcurrant #300237

Color information

#300237 (or 0x300237) is unknown color: approx Blackcurrant. HEX triplet: 30, 02 and 37. RGB value is (48,2,55). Sum of RGB (Red+Green+Blue) = 48+2+55=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #300237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300237 is #CFFDC8. Grayscale: #151515. Windows color (decimal): -13630921 or 3605040. OLE color: 3605040.

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

Color convert

RGB48255-
CMYK0.130.9600.78
HSL292.08º92.98%11.18%-
HSV(B)292.08º96.36%21.57%-
XYZ1.930.953.7-
YUV21.8146.74146.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 55 (21.88% from 255) = 52.38%
R=45.71%
G=1.90%
B=52.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal482550.130.9600.78292.0892.9811.18
Hex30237D6004E1245db
Octal6026715140011644413513
Binary11000010110111110111000000100111010010010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300237; }

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

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

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

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

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

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

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

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