#33103D

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

Shades of Blackcurrant #33103D

Tints of Blackcurrant #33103D

Color information

#33103D (or 0x33103D) is unknown color: approx Blackcurrant. HEX triplet: 33, 10 and 3D. RGB value is (51,16,61). Sum of RGB (Red+Green+Blue) = 51+16+61=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #33103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33103D is #CCEFC2. Grayscale: #1F1F1F. Windows color (decimal): -13430723 or 4001843. OLE color: 4001843.

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

Color convert

RGB511661-
CMYK0.160.7400.76
HSL286.67º58.44%15.1%-
HSV(B)286.67º73.77%23.92%-
XYZ2.391.414.56-
YUV31.6144.6141.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 61 (24.22% from 255) = 47.66%
R=39.84%
G=12.5%
B=47.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5116610.160.7400.76286.6758.4415.1
Hex33103D104A04C11f3af
Octal6320752011201144377217
Binary11001110000111101100001001010010011001000111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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