#30154B

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

Shades of Blackcurrant #30154B

Tints of Blackcurrant #30154B

Color information

#30154B (or 0x30154B) is unknown color: approx Blackcurrant. HEX triplet: 30, 15 and 4B. RGB value is (48,21,75). Sum of RGB (Red+Green+Blue) = 48+21+75=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #30154B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30154B is #CFEAB4. Grayscale: #232323. Windows color (decimal): -13626037 or 4920624. OLE color: 4920624.

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

Color convert

RGB482175-
CMYK0.360.7200.71
HSL270º56.25%18.82%-
HSV(B)270º72%29.41%-
XYZ2.761.676.83-
YUV35.23150.45137.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 75 (29.69% from 255) = 52.08%
R=33.33%
G=14.58%
B=52.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4821750.360.7200.7127056.2518.82
Hex30154B244804710e3813
Octal60251134411001074167023
Binary11000010101100101110010010010000100011110000111011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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