#0D051A

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

Shades of Blackcurrant #0D051A

Tints of Blackcurrant #0D051A

Color information

#0D051A (or 0x0D051A) is unknown color: approx Blackcurrant. HEX triplet: 0D, 05 and 1A. RGB value is (13,5,26). Sum of RGB (Red+Green+Blue) = 13+5+26=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D051A is #F2FAE5. Grayscale: #090909. Windows color (decimal): -15923942 or 1705229. OLE color: 1705229.

HSL color Cylindrical-coordinate representation of color #0D051A: hue angle of 262.86º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D051A is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB13526-
CMYK0.50.8100.90
HSL262.86º67.74%6.08%-
HSV(B)262.86º80.77%10.2%-
XYZ0.410.271.01-
YUV9.79137.15130.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 29.55%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 26 (10.55% from 255) = 59.09%
R=29.55%
G=11.36%
B=59.09%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal135260.50.8100.90262.8667.746.08
HexD51A325105A107446
Octal155326212101324071046
Binary1101101110101100101010001010110101000001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,5,26); }

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

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

 a { background-color: rgb(13,5,26); }

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

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

 span { border-color: rgb(13,5,26); }

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