#300D48

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

Shades of Blackcurrant #300D48

Tints of Blackcurrant #300D48

Color information

#300D48 (or 0x300D48) is unknown color: approx Blackcurrant. HEX triplet: 30, 0D and 48. RGB value is (48,13,72). Sum of RGB (Red+Green+Blue) = 48+13+72=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #300D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D48 is #CFF2B7. Grayscale: #1D1D1D. Windows color (decimal): -13628088 or 4721968. OLE color: 4721968.

HSL color Cylindrical-coordinate representation of color #300D48: hue angle of 275.59º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #300D48 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB481372-
CMYK0.330.8200.72
HSL275.59º69.41%16.67%-
HSV(B)275.59º81.94%28.24%-
XYZ2.531.386.26-
YUV30.19151.6140.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.09%
GREEN value IS 13 (5.47% from 255) = 9.77%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=36.09%
G=9.77%
B=54.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4813720.330.8200.72275.5969.4116.67
Hex30D4821520481144511
Octal601511041122011042410521
Binary11000011011001000100001101001001001000100010100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300D48; }

 p { color: rgb(48,13,72); }

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

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

 a { background-color: rgb(48,13,72); }

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

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

 span { border-color: rgb(48,13,72); }

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