#210F27

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

Shades of Blackcurrant #210F27

Tints of Blackcurrant #210F27

Color information

#210F27 (or 0x210F27) is unknown color: approx Blackcurrant. HEX triplet: 21, 0F and 27. RGB value is (33,15,39). Sum of RGB (Red+Green+Blue) = 33+15+39=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #210F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F27 is #DEF0D8. Grayscale: #171717. Windows color (decimal): -14610649 or 2559777. OLE color: 2559777.

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

Color convert

RGB331539-
CMYK0.150.6200.85
HSL285º44.44%10.59%-
HSV(B)285º61.54%15.29%-
XYZ1.160.812.01-
YUV23.12136.96135.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 15 (6.25% from 255) = 17.24%
BLUE value IS 39 (15.62% from 255) = 44.83%
R=37.93%
G=17.24%
B=44.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3315390.150.6200.8528544.4410.59
Hex21F27F3E05511d2cb
Octal411747177601254355413
Binary10000111111001111111111110010101011000111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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