#300053

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

Shades of Blackcurrant #300053

Tints of Blackcurrant #300053

Color information

#300053 (or 0x300053) is unknown color: approx Blackcurrant. HEX triplet: 30, 00 and 53. RGB value is (48,0,83). Sum of RGB (Red+Green+Blue) = 48+0+83=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #300053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300053 is #CFFFAC. Grayscale: #171717. Windows color (decimal): -13631405 or 5439536. OLE color: 5439536.

HSL color Cylindrical-coordinate representation of color #300053: hue angle of 274.7º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300053 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB48083-
CMYK0.42100.67
HSL274.7º100%16.27%-
HSV(B)274.7º100%32.55%-
XYZ2.781.258.28-
YUV23.81161.4145.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 63.36%
R=36.64%
G=0%
B=63.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal480830.42100.67274.710016.27
Hex300532A640431136410
Octal60012352144010342314420
Binary11000001010011101010110010001000011100010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300053; }

 p { color: rgb(48,0,83); }

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

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

 a { background-color: rgb(48,0,83); }

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

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

 span { border-color: rgb(48,0,83); }

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