#0D002C

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

Shades of Blackcurrant #0D002C

Tints of Blackcurrant #0D002C

Color information

#0D002C (or 0x0D002C) is unknown color: approx Blackcurrant. HEX triplet: 0D, 00 and 2C. RGB value is (13,0,44). Sum of RGB (Red+Green+Blue) = 13+0+44=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 44 (17.58% from 255 or 77.19% from 57); Max value from RGB is 44 - color contains mainly: blue. Hex color #0D002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D002C is #F2FFD3. Grayscale: #080808. Windows color (decimal): -15925204 or 2883597. OLE color: 2883597.

HSL color Cylindrical-coordinate representation of color #0D002C: hue angle of 257.73º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D002C is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB13044-
CMYK0.70100.83
HSL257.73º100%8.63%-
HSV(B)257.73º100%17.25%-
XYZ0.620.272.4-
YUV8.9147.81130.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 77.19%
R=22.81%
G=0%
B=77.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal130440.70100.83257.731008.63
HexD02C4664053102649
Octal15054106144012340214411
Binary11010101100100011011001000101001110000001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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