#33023A

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

Shades of Blackcurrant #33023A

Tints of Blackcurrant #33023A

Color information

#33023A (or 0x33023A) is unknown color: approx Blackcurrant. HEX triplet: 33, 02 and 3A. RGB value is (51,2,58). Sum of RGB (Red+Green+Blue) = 51+2+58=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #33023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33023A is #CCFDC5. Grayscale: #161616. Windows color (decimal): -13434310 or 3801651. OLE color: 3801651.

HSL color Cylindrical-coordinate representation of color #33023A: hue angle of 292.5º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33023A is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB51258-
CMYK0.120.9700.77
HSL292.5º93.33%11.76%-
HSV(B)292.5º96.55%22.75%-
XYZ2.151.054.09-
YUV23.03147.73147.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 58 (23.05% from 255) = 52.25%
R=45.95%
G=1.80%
B=52.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal512580.120.9700.77292.593.3311.76
Hex3323AC6104D1245dc
Octal6327214141011544413514
Binary11001110111010110011000010100110110010010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,2,58); }

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

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

 a { background-color: rgb(51,2,58); }

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

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

 span { border-color: rgb(51,2,58); }

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