#30003F

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

Shades of Blackcurrant #30003F

Tints of Blackcurrant #30003F

Color information

#30003F (or 0x30003F) is unknown color: approx Blackcurrant. HEX triplet: 30, 00 and 3F. RGB value is (48,0,63). Sum of RGB (Red+Green+Blue) = 48+0+63=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #30003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30003F is #CFFFC0. Grayscale: #151515. Windows color (decimal): -13631425 or 4128816. OLE color: 4128816.

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

Color convert

RGB48063-
CMYK0.24100.75
HSL285.71º100%12.35%-
HSV(B)285.71º100%24.71%-
XYZ2.120.994.78-
YUV21.53151.4146.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 56.76%
R=43.24%
G=0%
B=56.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal480630.24100.75285.7110012.35
Hex3003F186404B11e64c
Octal6007730144011343614414
Binary11000001111111100011001000100101110001111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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