#0D0325

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

Shades of Blackcurrant #0D0325

Tints of Blackcurrant #0D0325

Color information

#0D0325 (or 0x0D0325) is unknown color: approx Blackcurrant. HEX triplet: 0D, 03 and 25. RGB value is (13,3,37). Sum of RGB (Red+Green+Blue) = 13+3+37=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D0325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0325 is #F2FCDA. Grayscale: #090909. Windows color (decimal): -15924443 or 2425613. OLE color: 2425613.

HSL color Cylindrical-coordinate representation of color #0D0325: hue angle of 257.65º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0325 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB13337-
CMYK0.650.9200.85
HSL257.65º85%7.84%-
HSV(B)257.65º91.89%14.51%-
XYZ0.530.281.78-
YUV9.87143.31130.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 24.53%
GREEN value IS 3 (1.56% from 255) = 5.66%
BLUE value IS 37 (14.84% from 255) = 69.81%
R=24.53%
G=5.66%
B=69.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal133370.650.9200.85257.65857.84
HexD325415C055102558
Octal15345101134012540212510
Binary110111100101100000110111000101010110000001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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