#210C27

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

Shades of Blackcurrant #210C27

Tints of Blackcurrant #210C27

Color information

#210C27 (or 0x210C27) is unknown color: approx Blackcurrant. HEX triplet: 21, 0C and 27. RGB value is (33,12,39). Sum of RGB (Red+Green+Blue) = 33+12+39=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #210C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C27 is #DEF3D8. Grayscale: #151515. Windows color (decimal): -14611417 or 2559009. OLE color: 2559009.

HSL color Cylindrical-coordinate representation of color #210C27: hue angle of 286.67º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #210C27 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB331239-
CMYK0.150.6900.85
HSL286.67º52.94%10%-
HSV(B)286.67º69.23%15.29%-
XYZ1.120.732-
YUV21.36137.96136.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 39 (15.62% from 255) = 46.43%
R=39.29%
G=14.29%
B=46.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3312390.150.6900.85286.6752.9410
Hex21C27F4505511f35a
Octal4114471710501254376512
Binary100001110010011111111000101010101011000111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210C27; }

 p { color: rgb(33,12,39); }

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

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

 a { background-color: rgb(33,12,39); }

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

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

 span { border-color: rgb(33,12,39); }

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