#30183E

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

Shades of Blackcurrant #30183E

Tints of Blackcurrant #30183E

Color information

#30183E (or 0x30183E) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 3E. RGB value is (48,24,62). Sum of RGB (Red+Green+Blue) = 48+24+62=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 62 - color contains mainly: blue. Hex color #30183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30183E is #CFE7C1. Grayscale: #232323. Windows color (decimal): -13625282 or 4069424. OLE color: 4069424.

HSL color Cylindrical-coordinate representation of color #30183E: hue angle of 277.89º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30183E is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB482462-
CMYK0.230.6100.76
HSL277.89º44.19%16.86%-
HSV(B)277.89º61.29%24.31%-
XYZ2.421.634.74-
YUV35.51142.95136.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 62 (24.61% from 255) = 46.27%
R=35.82%
G=17.91%
B=46.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4824620.230.6100.76277.8944.1916.86
Hex30183E173D04C1162c11
Octal603076277501144265421
Binary11000011000111110101111111010100110010001011010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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