#300143

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

Shades of Blackcurrant #300143

Tints of Blackcurrant #300143

Color information

#300143 (or 0x300143) is unknown color: approx Blackcurrant. HEX triplet: 30, 01 and 43. RGB value is (48,1,67). Sum of RGB (Red+Green+Blue) = 48+1+67=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #300143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300143 is #CFFEBC. Grayscale: #161616. Windows color (decimal): -13631165 or 4391216. OLE color: 4391216.

HSL color Cylindrical-coordinate representation of color #300143: hue angle of 282.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300143 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB48167-
CMYK0.280.9900.74
HSL282.73º97.06%13.33%-
HSV(B)282.73º98.51%26.27%-
XYZ2.241.065.4-
YUV22.58153.07146.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 67 (26.56% from 255) = 57.76%
R=41.38%
G=0.86%
B=57.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal481670.280.9900.74282.7397.0613.33
Hex301431C6304A11b61d
Octal60110334143011243314115
Binary110000110000111110011000110100101010001101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300143; }

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

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

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

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

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

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

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

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