#30213A

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

Shades of Blackcurrant #30213A

Tints of Blackcurrant #30213A

Color information

#30213A (or 0x30213A) is unknown color: approx Blackcurrant. HEX triplet: 30, 21 and 3A. RGB value is (48,33,58). Sum of RGB (Red+Green+Blue) = 48+33+58=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #30213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30213A is #CFDEC5. Grayscale: #282828. Windows color (decimal): -13622982 or 3809584. OLE color: 3809584.

HSL color Cylindrical-coordinate representation of color #30213A: hue angle of 276º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #30213A is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB483358-
CMYK0.170.4300.77
HSL276º27.47%17.84%-
HSV(B)276º43.1%22.75%-
XYZ2.532.024.26-
YUV40.34137.97133.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 58 (23.05% from 255) = 41.73%
R=34.53%
G=23.74%
B=41.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4833580.170.4300.7727627.4717.84
Hex30213A112B04D1141b12
Octal604172215301154243322
Binary11000010000111101010001101011010011011000101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30213A; }

 p { color: rgb(48,33,58); }

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

<style>
 a { background-color: #30213A; }

 a { background-color: rgb(48,33,58); }

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

<style>
 span { border-color: #30213A; }

 span { border-color: rgb(48,33,58); }

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