#0D0128

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

Shades of Blackcurrant #0D0128

Tints of Blackcurrant #0D0128

Color information

#0D0128 (or 0x0D0128) is unknown color: approx Blackcurrant. HEX triplet: 0D, 01 and 28. RGB value is (13,1,40). Sum of RGB (Red+Green+Blue) = 13+1+40=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 40 (16.02% from 255 or 74.07% from 54); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D0128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0128 is #F2FED7. Grayscale: #080808. Windows color (decimal): -15924952 or 2621709. OLE color: 2621709.

HSL color Cylindrical-coordinate representation of color #0D0128: hue angle of 258.46º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0128 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13140-
CMYK0.670.9800.84
HSL258.46º95.12%8.04%-
HSV(B)258.46º97.5%15.69%-
XYZ0.560.262.03-
YUV9.03145.48130.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 24.07%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 40 (16.02% from 255) = 74.07%
R=24.07%
G=1.85%
B=74.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal131400.670.9800.84258.4695.128.04
HexD12843620541025f8
Octal15150103142012440213710
Binary11011101000100001111000100101010010000001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,1,40); }

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

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

 a { background-color: rgb(13,1,40); }

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

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

 span { border-color: rgb(13,1,40); }

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