#0D0025

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

Shades of Blackcurrant #0D0025

Tints of Blackcurrant #0D0025

Color information

#0D0025 (or 0x0D0025) is unknown color: approx Blackcurrant. HEX triplet: 0D, 00 and 25. RGB value is (13,0,37). Sum of RGB (Red+Green+Blue) = 13+0+37=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 37 (14.84% from 255 or 74% from 50); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D0025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0025 is #F2FFDA. Grayscale: #070707. Windows color (decimal): -15925211 or 2424845. OLE color: 2424845.

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

Color convert

RGB13037-
CMYK0.65100.85
HSL261.08º100%7.25%-
HSV(B)261.08º100%14.51%-
XYZ0.50.221.77-
YUV8.1144.31131.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 74%
R=26%
G=0%
B=74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal130370.65100.85261.081007.25
HexD0254164055105647
Octal1504510114401254051447
Binary1101010010110000011100100010101011000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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