#210A2F

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

Shades of Blackcurrant #210A2F

Tints of Blackcurrant #210A2F

Color information

#210A2F (or 0x210A2F) is unknown color: approx Blackcurrant. HEX triplet: 21, 0A and 2F. RGB value is (33,10,47). Sum of RGB (Red+Green+Blue) = 33+10+47=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #210A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A2F is #DEF5D0. Grayscale: #141414. Windows color (decimal): -14611921 or 3082785. OLE color: 3082785.

HSL color Cylindrical-coordinate representation of color #210A2F: hue angle of 277.3º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #210A2F is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB331047-
CMYK0.300.7900.82
HSL277.3º64.91%11.18%-
HSV(B)277.3º78.72%18.43%-
XYZ1.250.752.77-
YUV21.1142.62136.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 10 (4.30% from 255) = 11.11%
BLUE value IS 47 (18.75% from 255) = 52.22%
R=36.67%
G=11.11%
B=52.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3310470.300.7900.82277.364.9111.18
Hex21A2F1E4F05211541b
Octal41125736117012242510113
Binary10000110101011111111010011110101001010001010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,10,47); }

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

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

 a { background-color: rgb(33,10,47); }

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

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

 span { border-color: rgb(33,10,47); }

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