#30013D

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

Shades of Blackcurrant #30013D

Tints of Blackcurrant #30013D

Color information

#30013D (or 0x30013D) is unknown color: approx Blackcurrant. HEX triplet: 30, 01 and 3D. RGB value is (48,1,61). Sum of RGB (Red+Green+Blue) = 48+1+61=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #30013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30013D is #CFFEC2. Grayscale: #151515. Windows color (decimal): -13631171 or 3998000. OLE color: 3998000.

HSL color Cylindrical-coordinate representation of color #30013D: hue angle of 287º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30013D is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB48161-
CMYK0.210.9800.76
HSL287º96.77%12.16%-
HSV(B)287º98.36%23.92%-
XYZ2.070.994.5-
YUV21.89150.07146.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 61 (24.22% from 255) = 55.45%
R=43.64%
G=0.91%
B=55.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal481610.210.9800.7628796.7712.16
Hex3013D156204C11f61c
Octal6017525142011443714114
Binary11000011111011010111000100100110010001111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30013D; }

 p { color: rgb(48,1,61); }

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

<style>
 a { background-color: #30013D; }

 a { background-color: rgb(48,1,61); }

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

<style>
 span { border-color: #30013D; }

 span { border-color: rgb(48,1,61); }

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