#0D0223

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

Shades of Blackcurrant #0D0223

Tints of Blackcurrant #0D0223

Color information

#0D0223 (or 0x0D0223) is unknown color: approx Blackcurrant. HEX triplet: 0D, 02 and 23. RGB value is (13,2,35). Sum of RGB (Red+Green+Blue) = 13+2+35=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 35 (14.06% from 255 or 70% from 50); Max value from RGB is 35 - color contains mainly: blue. Hex color #0D0223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0223 is #F2FDDC. Grayscale: #080808. Windows color (decimal): -15924701 or 2294285. OLE color: 2294285.

HSL color Cylindrical-coordinate representation of color #0D0223: hue angle of 260º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0223 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB13235-
CMYK0.630.9400.86
HSL260º89.19%7.25%-
HSV(B)260º94.29%13.73%-
XYZ0.490.251.61-
YUV9.05142.64130.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 35 (14.06% from 255) = 70%
R=26%
G=4%
B=70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal132350.630.9400.8626089.197.25
HexD2233F5E056104597
Octal152437713601264041317
Binary1101101000111111111011110010101101000001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,2,35); }

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

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

 a { background-color: rgb(13,2,35); }

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

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

 span { border-color: rgb(13,2,35); }

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