#30023F

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

Shades of Blackcurrant #30023F

Tints of Blackcurrant #30023F

Color information

#30023F (or 0x30023F) is unknown color: approx Blackcurrant. HEX triplet: 30, 02 and 3F. RGB value is (48,2,63). Sum of RGB (Red+Green+Blue) = 48+2+63=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #30023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30023F is #CFFDC0. Grayscale: #161616. Windows color (decimal): -13630913 or 4129328. OLE color: 4129328.

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

Color convert

RGB48263-
CMYK0.240.9700.75
HSL285.25º93.85%12.75%-
HSV(B)285.25º96.83%24.71%-
XYZ2.141.034.79-
YUV22.71150.74146.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 63 (25% from 255) = 55.75%
R=42.48%
G=1.77%
B=55.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal482630.240.9700.75285.2593.8512.75
Hex3023F186104B11d5ed
Octal6027730141011343513615
Binary110000101111111100011000010100101110001110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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