#300137

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

Shades of Blackcurrant #300137

Tints of Blackcurrant #300137

Color information

#300137 (or 0x300137) is unknown color: approx Blackcurrant. HEX triplet: 30, 01 and 37. RGB value is (48,1,55). Sum of RGB (Red+Green+Blue) = 48+1+55=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #300137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300137 is #CFFEC8. Grayscale: #151515. Windows color (decimal): -13631177 or 3604784. OLE color: 3604784.

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

Color convert

RGB48155-
CMYK0.130.9800.78
HSL292.22º96.43%10.98%-
HSV(B)292.22º98.18%21.57%-
XYZ1.920.933.69-
YUV21.21147.07147.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 55 (21.88% from 255) = 52.88%
R=46.15%
G=0.96%
B=52.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal481550.130.9800.78292.2296.4310.98
Hex30137D6204E12460b
Octal6016715142011644414013
Binary1100001110111110111000100100111010010010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300137; }

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

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

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

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

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

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

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

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