#210942

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

Shades of Blackcurrant #210942

Tints of Blackcurrant #210942

Color information

#210942 (or 0x210942) is unknown color: approx Blackcurrant. HEX triplet: 21, 09 and 42. RGB value is (33,9,66). Sum of RGB (Red+Green+Blue) = 33+9+66=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 66 (26.17% from 255 or 61.11% from 108); Max value from RGB is 66 - color contains mainly: blue. Hex color #210942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210942 is #DEF6BD. Grayscale: #161616. Windows color (decimal): -14612158 or 4327713. OLE color: 4327713.

HSL color Cylindrical-coordinate representation of color #210942: hue angle of 265.26º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #210942 is Cyan = 0.5, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB33966-
CMYK0.50.8600.74
HSL265.26º76%14.71%-
HSV(B)265.26º86.36%25.88%-
XYZ1.710.915.24-
YUV22.67152.45135.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 66 (26.17% from 255) = 61.11%
R=30.56%
G=8.33%
B=61.11%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal339660.50.8600.74265.267614.71
Hex21942325604A1094cf
Octal411110262126011241111417
Binary1000011001100001011001010101100100101010000100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210942; }

 p { color: rgb(33,9,66); }

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

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

 a { background-color: rgb(33,9,66); }

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

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

 span { border-color: rgb(33,9,66); }

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