#30213B

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

Shades of Blackcurrant #30213B

Tints of Blackcurrant #30213B

Color information

#30213B (or 0x30213B) is unknown color: approx Blackcurrant. HEX triplet: 30, 21 and 3B. RGB value is (48,33,59). Sum of RGB (Red+Green+Blue) = 48+33+59=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #30213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30213B is #CFDEC4. Grayscale: #282828. Windows color (decimal): -13622981 or 3875120. OLE color: 3875120.

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

Color convert

RGB483359-
CMYK0.190.4400.77
HSL274.62º28.26%18.04%-
HSV(B)274.62º44.07%23.14%-
XYZ2.552.034.4-
YUV40.45138.47133.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=34.29%
G=23.57%
B=42.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4833590.190.4400.77274.6228.2618.04
Hex30213B132C04D1131c12
Octal604173235401154233422
Binary11000010000111101110011101100010011011000100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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