#30253B

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

Shades of Blackcurrant #30253B

Tints of Blackcurrant #30253B

Color information

#30253B (or 0x30253B) is unknown color: approx Blackcurrant. HEX triplet: 30, 25 and 3B. RGB value is (48,37,59). Sum of RGB (Red+Green+Blue) = 48+37+59=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #30253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30253B is #CFDAC4. Grayscale: #2A2A2A. Windows color (decimal): -13621957 or 3876144. OLE color: 3876144.

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

Color convert

RGB483759-
CMYK0.190.3700.77
HSL270º22.92%18.82%-
HSV(B)270º37.29%23.14%-
XYZ2.672.274.43-
YUV42.8137.14131.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=33.33%
G=25.69%
B=40.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4837590.190.3700.7727022.9218.82
Hex30253B132504D10e1713
Octal604573234501154162723
Binary11000010010111101110011100101010011011000011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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