#30233A

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

Shades of Blackcurrant #30233A

Tints of Blackcurrant #30233A

Color information

#30233A (or 0x30233A) is unknown color: approx Blackcurrant. HEX triplet: 30, 23 and 3A. RGB value is (48,35,58). Sum of RGB (Red+Green+Blue) = 48+35+58=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #30233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30233A is #CFDCC5. Grayscale: #292929. Windows color (decimal): -13622470 or 3810096. OLE color: 3810096.

HSL color Cylindrical-coordinate representation of color #30233A: hue angle of 273.91º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30233A is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB483558-
CMYK0.170.4000.77
HSL273.91º24.73%18.24%-
HSV(B)273.91º39.66%22.75%-
XYZ2.582.144.28-
YUV41.51137.31132.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=34.04%
G=24.82%
B=41.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4835580.170.4000.77273.9124.7318.24
Hex30233A112804D1121912
Octal604372215001154223122
Binary11000010001111101010001101000010011011000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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