#30003C

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

Shades of Blackcurrant #30003C

Tints of Blackcurrant #30003C

Color information

#30003C (or 0x30003C) is unknown color: approx Blackcurrant. HEX triplet: 30, 00 and 3C. RGB value is (48,0,60). Sum of RGB (Red+Green+Blue) = 48+0+60=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #30003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30003C is #CFFFC3. Grayscale: #151515. Windows color (decimal): -13631428 or 3932208. OLE color: 3932208.

HSL color Cylindrical-coordinate representation of color #30003C: hue angle of 288º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30003C is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB48060-
CMYK0.20100.76
HSL288º100%11.76%-
HSV(B)288º100%23.53%-
XYZ2.030.954.35-
YUV21.19149.9147.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 55.56%
R=44.44%
G=0%
B=55.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal480600.20100.7628810011.76
Hex3003C146404C12064c
Octal6007424144011444014414
Binary11000001111001010011001000100110010010000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30003C; }

 p { color: rgb(48,0,60); }

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

<style>
 a { background-color: #30003C; }

 a { background-color: rgb(48,0,60); }

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

<style>
 span { border-color: #30003C; }

 span { border-color: rgb(48,0,60); }

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