#300236

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

Shades of Blackcurrant #300236

Tints of Blackcurrant #300236

Color information

#300236 (or 0x300236) is unknown color: approx Blackcurrant. HEX triplet: 30, 02 and 36. RGB value is (48,2,54). Sum of RGB (Red+Green+Blue) = 48+2+54=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #300236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300236 is #CFFDC9. Grayscale: #151515. Windows color (decimal): -13630922 or 3539504. OLE color: 3539504.

HSL color Cylindrical-coordinate representation of color #300236: hue angle of 293.08º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300236 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB48254-
CMYK0.110.9600.79
HSL293.08º92.86%10.98%-
HSV(B)293.08º96.3%21.18%-
XYZ1.910.943.57-
YUV21.68146.24146.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 54 (21.48% from 255) = 51.92%
R=46.15%
G=1.92%
B=51.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal482540.110.9600.79293.0892.8610.98
Hex30236B6004F1255db
Octal6026613140011744513513
Binary11000010110110101111000000100111110010010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300236; }

 p { color: rgb(48,2,54); }

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

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

 a { background-color: rgb(48,2,54); }

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

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

 span { border-color: rgb(48,2,54); }

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