#30053E

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

Shades of Blackcurrant #30053E

Tints of Blackcurrant #30053E

Color information

#30053E (or 0x30053E) is unknown color: approx Blackcurrant. HEX triplet: 30, 05 and 3E. RGB value is (48,5,62). Sum of RGB (Red+Green+Blue) = 48+5+62=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #30053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30053E is #CFFAC1. Grayscale: #181818. Windows color (decimal): -13630146 or 4064560. OLE color: 4064560.

HSL color Cylindrical-coordinate representation of color #30053E: hue angle of 285.26º 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 #30053E is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB48562-
CMYK0.230.9200.76
HSL285.26º85.07%13.14%-
HSV(B)285.26º91.94%24.31%-
XYZ2.141.084.65-
YUV24.36149.25144.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.74%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 62 (24.61% from 255) = 53.91%
R=41.74%
G=4.35%
B=53.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal485620.230.9200.76285.2685.0713.14
Hex3053E175C04C11d55d
Octal6057627134011443512515
Binary1100001011111101011110111000100110010001110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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