#33104B

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

Shades of Blackcurrant #33104B

Tints of Blackcurrant #33104B

Color information

#33104B (or 0x33104B) is unknown color: approx Blackcurrant. HEX triplet: 33, 10 and 4B. RGB value is (51,16,75). Sum of RGB (Red+Green+Blue) = 51+16+75=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #33104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33104B is #CCEFB4. Grayscale: #202020. Windows color (decimal): -13430709 or 4919347. OLE color: 4919347.

HSL color Cylindrical-coordinate representation of color #33104B: hue angle of 275.59º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33104B is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB511675-
CMYK0.320.7900.71
HSL275.59º64.84%17.84%-
HSV(B)275.59º78.67%29.41%-
XYZ2.821.586.81-
YUV33.19151.6140.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=35.92%
G=11.27%
B=52.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5116750.320.7900.71275.5964.8417.84
Hex33104B204F0471144112
Octal632011340117010742410122
Binary110011100001001011100000100111101000111100010100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33104B; }

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

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

<style>
 a { background-color: #33104B; }

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

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

<style>
 span { border-color: #33104B; }

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

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