#21152F

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

Shades of Blackcurrant #21152F

Tints of Blackcurrant #21152F

Color information

#21152F (or 0x21152F) is unknown color: approx Blackcurrant. HEX triplet: 21, 15 and 2F. RGB value is (33,21,47). Sum of RGB (Red+Green+Blue) = 33+21+47=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #21152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21152F is #DEEAD0. Grayscale: #1B1B1B. Windows color (decimal): -14609105 or 3085601. OLE color: 3085601.

HSL color Cylindrical-coordinate representation of color #21152F: hue angle of 267.69º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21152F is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB332147-
CMYK0.300.5500.82
HSL267.69º38.24%13.33%-
HSV(B)267.69º55.32%18.43%-
XYZ1.411.062.82-
YUV27.55138.98131.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 47 (18.75% from 255) = 46.53%
R=32.67%
G=20.79%
B=46.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3321470.300.5500.82267.6938.2413.33
Hex21152F1E3705210c26d
Octal412557366701224144615
Binary1000011010110111111110110111010100101000011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21152F; }

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

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

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

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

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

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

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

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