#30243B

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

Shades of Blackcurrant #30243B

Tints of Blackcurrant #30243B

Color information

#30243B (or 0x30243B) is unknown color: approx Blackcurrant. HEX triplet: 30, 24 and 3B. RGB value is (48,36,59). Sum of RGB (Red+Green+Blue) = 48+36+59=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 59 - color contains mainly: blue. Hex color #30243B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30243B is #CFDBC4. Grayscale: #2A2A2A. Windows color (decimal): -13622213 or 3875888. OLE color: 3875888.

HSL color Cylindrical-coordinate representation of color #30243B: hue angle of 271.3º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30243B is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB483659-
CMYK0.190.3900.77
HSL271.3º24.21%18.63%-
HSV(B)271.3º38.98%23.14%-
XYZ2.642.214.42-
YUV42.21137.48132.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=33.57%
G=25.17%
B=41.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4836590.190.3900.77271.324.2118.63
Hex30243B132704D10f1813
Octal604473234701154173023
Binary11000010010011101110011100111010011011000011111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30243B; }

 p { color: rgb(48,36,59); }

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

<style>
 a { background-color: #30243B; }

 a { background-color: rgb(48,36,59); }

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

<style>
 span { border-color: #30243B; }

 span { border-color: rgb(48,36,59); }

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