#211234

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

Shades of Blackcurrant #211234

Tints of Blackcurrant #211234

Color information

#211234 (or 0x211234) is unknown color: approx Blackcurrant. HEX triplet: 21, 12 and 34. RGB value is (33,18,52). Sum of RGB (Red+Green+Blue) = 33+18+52=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #211234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211234 is #DEEDCB. Grayscale: #1A1A1A. Windows color (decimal): -14609868 or 3412513. OLE color: 3412513.

HSL color Cylindrical-coordinate representation of color #211234: hue angle of 266.47º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #211234 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB331852-
CMYK0.370.6500.80
HSL266.47º48.57%13.73%-
HSV(B)266.47º65.38%20.39%-
XYZ1.4613.37-
YUV26.36142.47132.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 52 (20.70% from 255) = 50.49%
R=32.04%
G=17.48%
B=50.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3318520.370.6500.80266.4748.5713.73
Hex211234254105010a31e
Octal4122644510101204126116
Binary100001100101101001001011000001010100001000010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211234; }

 p { color: rgb(33,18,52); }

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

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

 a { background-color: rgb(33,18,52); }

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

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

 span { border-color: rgb(33,18,52); }

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