#300138

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

Shades of Blackcurrant #300138

Tints of Blackcurrant #300138

Color information

#300138 (or 0x300138) is unknown color: approx Blackcurrant. HEX triplet: 30, 01 and 38. RGB value is (48,1,56). Sum of RGB (Red+Green+Blue) = 48+1+56=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #300138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300138 is #CFFEC7. Grayscale: #151515. Windows color (decimal): -13631176 or 3670320. OLE color: 3670320.

HSL color Cylindrical-coordinate representation of color #300138: hue angle of 291.27º 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 #300138 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB48156-
CMYK0.140.9800.78
HSL291.27º96.49%11.18%-
HSV(B)291.27º98.21%21.96%-
XYZ1.940.943.82-
YUV21.32147.57147.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=45.71%
G=0.95%
B=53.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal481560.140.9800.78291.2796.4911.18
Hex30138E6204E12360b
Octal6017016142011644314013
Binary1100001111000111011000100100111010010001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300138; }

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

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

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

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

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

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

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

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