#30153E

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

Shades of Blackcurrant #30153E

Tints of Blackcurrant #30153E

Color information

#30153E (or 0x30153E) is unknown color: approx Blackcurrant. HEX triplet: 30, 15 and 3E. RGB value is (48,21,62). Sum of RGB (Red+Green+Blue) = 48+21+62=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 62 - color contains mainly: blue. Hex color #30153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30153E is #CFEAC1. Grayscale: #212121. Windows color (decimal): -13626050 or 4068656. OLE color: 4068656.

HSL color Cylindrical-coordinate representation of color #30153E: hue angle of 279.51º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30153E is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB482162-
CMYK0.230.6600.76
HSL279.51º49.4%16.27%-
HSV(B)279.51º66.13%24.31%-
XYZ2.361.514.73-
YUV33.75143.95138.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 62 (24.61% from 255) = 47.33%
R=36.64%
G=16.03%
B=47.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4821620.230.6600.76279.5149.416.27
Hex30153E174204C1183110
Octal6025762710201144306120
Binary110000101011111101011110000100100110010001100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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