#33103C

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

Shades of Blackcurrant #33103C

Tints of Blackcurrant #33103C

Color information

#33103C (or 0x33103C) is unknown color: approx Blackcurrant. HEX triplet: 33, 10 and 3C. RGB value is (51,16,60). Sum of RGB (Red+Green+Blue) = 51+16+60=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #33103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33103C is #CCEFC3. Grayscale: #1F1F1F. Windows color (decimal): -13430724 or 3936307. OLE color: 3936307.

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

Color convert

RGB511660-
CMYK0.150.7300.76
HSL287.73º57.89%14.9%-
HSV(B)287.73º73.33%23.53%-
XYZ2.371.44.42-
YUV31.48144.1141.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 60 (23.83% from 255) = 47.24%
R=40.16%
G=12.60%
B=47.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5116600.150.7300.76287.7357.8914.9
Hex33103CF4904C1203af
Octal6320741711101144407217
Binary1100111000011110011111001001010011001001000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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