#30043D

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

Shades of Blackcurrant #30043D

Tints of Blackcurrant #30043D

Color information

#30043D (or 0x30043D) is unknown color: approx Blackcurrant. HEX triplet: 30, 04 and 3D. RGB value is (48,4,61). Sum of RGB (Red+Green+Blue) = 48+4+61=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #30043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30043D is #CFFBC2. Grayscale: #171717. Windows color (decimal): -13630403 or 3998768. OLE color: 3998768.

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

Color convert

RGB48461-
CMYK0.210.9300.76
HSL286.32º87.69%12.75%-
HSV(B)286.32º93.44%23.92%-
XYZ2.11.054.51-
YUV23.65149.08145.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 61 (24.22% from 255) = 53.98%
R=42.48%
G=3.54%
B=53.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal484610.210.9300.76286.3287.6912.75
Hex3043D155D04C11e58d
Octal6047525135011443613015
Binary1100001001111011010110111010100110010001111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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