#30024B

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

Shades of Blackcurrant #30024B

Tints of Blackcurrant #30024B

Color information

#30024B (or 0x30024B) is unknown color: approx Blackcurrant. HEX triplet: 30, 02 and 4B. RGB value is (48,2,75). Sum of RGB (Red+Green+Blue) = 48+2+75=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #30024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30024B is #CFFDB4. Grayscale: #171717. Windows color (decimal): -13630901 or 4915760. OLE color: 4915760.

HSL color Cylindrical-coordinate representation of color #30024B: hue angle of 277.81º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30024B is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB48275-
CMYK0.360.9700.71
HSL277.81º94.81%15.1%-
HSV(B)277.81º97.33%29.41%-
XYZ2.511.186.75-
YUV24.08156.74145.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 75 (29.69% from 255) = 60%
R=38.4%
G=1.6%
B=60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal482750.360.9700.71277.8194.8115.1
Hex3024B24610471165ff
Octal60211344141010742613717
Binary11000010100101110010011000010100011110001011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30024B; }

 p { color: rgb(48,2,75); }

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

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

 a { background-color: rgb(48,2,75); }

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

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

 span { border-color: rgb(48,2,75); }

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