#30053D

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

Shades of Blackcurrant #30053D

Tints of Blackcurrant #30053D

Color information

#30053D (or 0x30053D) is unknown color: approx Blackcurrant. HEX triplet: 30, 05 and 3D. RGB value is (48,5,61). Sum of RGB (Red+Green+Blue) = 48+5+61=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #30053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30053D is #CFFAC2. Grayscale: #181818. Windows color (decimal): -13630147 or 3999024. OLE color: 3999024.

HSL color Cylindrical-coordinate representation of color #30053D: hue angle of 286.07º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30053D is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB48561-
CMYK0.210.9200.76
HSL286.07º84.85%12.94%-
HSV(B)286.07º91.8%23.92%-
XYZ2.121.074.51-
YUV24.24148.75144.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=42.11%
G=4.39%
B=53.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal485610.210.9200.76286.0784.8512.94
Hex3053D155C04C11e55d
Octal6057525134011443612515
Binary1100001011111011010110111000100110010001111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30053D; }

 p { color: rgb(48,5,61); }

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

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

 a { background-color: rgb(48,5,61); }

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

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

 span { border-color: rgb(48,5,61); }

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