#300B39

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

Shades of Blackcurrant #300B39

Tints of Blackcurrant #300B39

Color information

#300B39 (or 0x300B39) is unknown color: approx Blackcurrant. HEX triplet: 30, 0B and 39. RGB value is (48,11,57). Sum of RGB (Red+Green+Blue) = 48+11+57=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #300B39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B39 is #CFF4C6. Grayscale: #1B1B1B. Windows color (decimal): -13628615 or 3738416. OLE color: 3738416.

HSL color Cylindrical-coordinate representation of color #300B39: hue angle of 288.26º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300B39 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB481157-
CMYK0.160.8100.78
HSL288.26º67.65%13.33%-
HSV(B)288.26º80.7%22.35%-
XYZ2.081.163.99-
YUV27.31144.76142.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 11 (4.69% from 255) = 9.48%
BLUE value IS 57 (22.66% from 255) = 49.14%
R=41.38%
G=9.48%
B=49.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4811570.160.8100.78288.2667.6513.33
Hex30B39105104E12044d
Octal60137120121011644010415
Binary11000010111110011000010100010100111010010000010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,11,57); }

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

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

 a { background-color: rgb(48,11,57); }

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

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

 span { border-color: rgb(48,11,57); }

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