#0D0121

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

Shades of Blackcurrant #0D0121

Tints of Blackcurrant #0D0121

Color information

#0D0121 (or 0x0D0121) is unknown color: approx Blackcurrant. HEX triplet: 0D, 01 and 21. RGB value is (13,1,33). Sum of RGB (Red+Green+Blue) = 13+1+33=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 33 (13.28% from 255 or 70.21% from 47); Max value from RGB is 33 - color contains mainly: blue. Hex color #0D0121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0121 is #F2FEDE. Grayscale: #080808. Windows color (decimal): -15924959 or 2162957. OLE color: 2162957.

HSL color Cylindrical-coordinate representation of color #0D0121: hue angle of 262.5º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0121 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB13133-
CMYK0.610.9700.87
HSL262.5º94.12%6.67%-
HSV(B)262.5º96.97%12.94%-
XYZ0.450.221.46-
YUV8.24141.98131.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.66%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 33 (13.28% from 255) = 70.21%
R=27.66%
G=2.13%
B=70.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal131330.610.9700.87262.594.126.67
HexD1213D610571065e7
Octal151417514101274061367
Binary110111000011111011100001010101111000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D0121; }

 p { color: rgb(13,1,33); }

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

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

 a { background-color: rgb(13,1,33); }

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

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

 span { border-color: rgb(13,1,33); }

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