#33013C

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

Shades of Blackcurrant #33013C

Tints of Blackcurrant #33013C

Color information

#33013C (or 0x33013C) is unknown color: approx Blackcurrant. HEX triplet: 33, 01 and 3C. RGB value is (51,1,60). Sum of RGB (Red+Green+Blue) = 51+1+60=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #33013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33013C is #CCFEC3. Grayscale: #161616. Windows color (decimal): -13434564 or 3932467. OLE color: 3932467.

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

Color convert

RGB51160-
CMYK0.150.9800.76
HSL290.85º96.72%11.96%-
HSV(B)290.85º98.33%23.53%-
XYZ2.191.054.36-
YUV22.68149.06148.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 60 (23.83% from 255) = 53.57%
R=45.54%
G=0.89%
B=53.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal511600.150.9800.76290.8596.7211.96
Hex3313CF6204C12361c
Octal6317417142011444314114
Binary1100111111100111111000100100110010010001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33013C; }

 p { color: rgb(51,1,60); }

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

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

 a { background-color: rgb(51,1,60); }

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

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

 span { border-color: rgb(51,1,60); }

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