#0D0323

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

Shades of Blackcurrant #0D0323

Tints of Blackcurrant #0D0323

Color information

#0D0323 (or 0x0D0323) is unknown color: approx Blackcurrant. HEX triplet: 0D, 03 and 23. RGB value is (13,3,35). Sum of RGB (Red+Green+Blue) = 13+3+35=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 35 (14.06% from 255 or 68.63% from 51); Max value from RGB is 35 - color contains mainly: blue. Hex color #0D0323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0323 is #F2FCDC. Grayscale: #090909. Windows color (decimal): -15924445 or 2294541. OLE color: 2294541.

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

Color convert

RGB13335-
CMYK0.630.9100.86
HSL258.75º84.21%7.45%-
HSV(B)258.75º91.43%13.73%-
XYZ0.50.271.62-
YUV9.64142.31130.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25.49%
GREEN value IS 3 (1.56% from 255) = 5.88%
BLUE value IS 35 (14.06% from 255) = 68.63%
R=25.49%
G=5.88%
B=68.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal133350.630.9100.86258.7584.217.45
HexD3233F5B056103547
Octal153437713301264031247
Binary1101111000111111111011011010101101000000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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