#30183A

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

Shades of Blackcurrant #30183A

Tints of Blackcurrant #30183A

Color information

#30183A (or 0x30183A) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 3A. RGB value is (48,24,58). Sum of RGB (Red+Green+Blue) = 48+24+58=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #30183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30183A is #CFE7C5. Grayscale: #222222. Windows color (decimal): -13625286 or 3807280. OLE color: 3807280.

HSL color Cylindrical-coordinate representation of color #30183A: hue angle of 282.35º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30183A is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB482458-
CMYK0.170.5900.77
HSL282.35º41.46%16.08%-
HSV(B)282.35º58.62%22.75%-
XYZ2.311.594.19-
YUV35.05140.95137.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=36.92%
G=18.46%
B=44.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4824580.170.5900.77282.3541.4616.08
Hex30183A113B04D11a2910
Octal603072217301154325120
Binary11000011000111010100011110110100110110001101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30183A; }

 p { color: rgb(48,24,58); }

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

<style>
 a { background-color: #30183A; }

 a { background-color: rgb(48,24,58); }

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

<style>
 span { border-color: #30183A; }

 span { border-color: rgb(48,24,58); }

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