#21072F

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

Shades of Blackcurrant #21072F

Tints of Blackcurrant #21072F

Color information

#21072F (or 0x21072F) is unknown color: approx Blackcurrant. HEX triplet: 21, 07 and 2F. RGB value is (33,7,47). Sum of RGB (Red+Green+Blue) = 33+7+47=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #21072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21072F is #DEF8D0. Grayscale: #131313. Windows color (decimal): -14612689 or 3082017. OLE color: 3082017.

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

Color convert

RGB33747-
CMYK0.300.8500.82
HSL279º74.07%10.59%-
HSV(B)279º85.11%18.43%-
XYZ1.220.682.76-
YUV19.33143.61137.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 47 (18.75% from 255) = 54.02%
R=37.93%
G=8.05%
B=54.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal337470.300.8500.8227974.0710.59
Hex2172F1E550521174ab
Octal4175736125012242711213
Binary1000011111011111111010101010101001010001011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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