#210C2B

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

Shades of Blackcurrant #210C2B

Tints of Blackcurrant #210C2B

Color information

#210C2B (or 0x210C2B) is unknown color: approx Blackcurrant. HEX triplet: 21, 0C and 2B. RGB value is (33,12,43). Sum of RGB (Red+Green+Blue) = 33+12+43=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #210C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C2B is #DEF3D4. Grayscale: #151515. Windows color (decimal): -14611413 or 2821153. OLE color: 2821153.

HSL color Cylindrical-coordinate representation of color #210C2B: hue angle of 280.65º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #210C2B is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB331243-
CMYK0.230.7200.83
HSL280.65º56.36%10.78%-
HSV(B)280.65º72.09%16.86%-
XYZ1.190.762.37-
YUV21.81139.96135.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 12 (5.08% from 255) = 13.64%
BLUE value IS 43 (17.19% from 255) = 48.86%
R=37.5%
G=13.64%
B=48.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3312430.230.7200.83280.6556.3610.78
Hex21C2B174805311938b
Octal4114532711001234317013
Binary1000011100101011101111001000010100111000110011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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