#33023D

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

Shades of Blackcurrant #33023D

Tints of Blackcurrant #33023D

Color information

#33023D (or 0x33023D) is unknown color: approx Blackcurrant. HEX triplet: 33, 02 and 3D. RGB value is (51,2,61). Sum of RGB (Red+Green+Blue) = 51+2+61=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #33023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33023D is #CCFDC2. Grayscale: #171717. Windows color (decimal): -13434307 or 3998259. OLE color: 3998259.

HSL color Cylindrical-coordinate representation of color #33023D: hue angle of 289.83º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33023D is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB51261-
CMYK0.160.9700.76
HSL289.83º93.65%12.35%-
HSV(B)289.83º96.72%23.92%-
XYZ2.231.084.51-
YUV23.38149.23147.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.74%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 61 (24.22% from 255) = 53.51%
R=44.74%
G=1.75%
B=53.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal512610.160.9700.76289.8393.6512.35
Hex3323D106104C1225ec
Octal6327520141011444213614
Binary110011101111011000011000010100110010010001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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