#30093C

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

Shades of Blackcurrant #30093C

Tints of Blackcurrant #30093C

Color information

#30093C (or 0x30093C) is unknown color: approx Blackcurrant. HEX triplet: 30, 09 and 3C. RGB value is (48,9,60). Sum of RGB (Red+Green+Blue) = 48+9+60=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #30093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30093C is #CFF6C3. Grayscale: #1A1A1A. Windows color (decimal): -13629124 or 3934512. OLE color: 3934512.

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

Color convert

RGB48960-
CMYK0.200.8500.76
HSL285.88º73.91%13.53%-
HSV(B)285.88º85%23.53%-
XYZ2.131.154.38-
YUV26.48146.92143.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 60 (23.83% from 255) = 51.28%
R=41.03%
G=7.69%
B=51.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal489600.200.8500.76285.8873.9113.53
Hex3093C145504C11e4ae
Octal60117424125011443611216
Binary11000010011111001010010101010100110010001111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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