#0A0317

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

Shades of Blackcurrant #0A0317

Tints of Blackcurrant #0A0317

Color information

#0A0317 (or 0x0A0317) is unknown color: approx Blackcurrant. HEX triplet: 0A, 03 and 17. RGB value is (10,3,23). Sum of RGB (Red+Green+Blue) = 10+3+23=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0317 is #F5FCE8. Grayscale: #070707. Windows color (decimal): -16121065 or 1508106. OLE color: 1508106.

HSL color Cylindrical-coordinate representation of color #0A0317: hue angle of 261º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A0317 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB10323-
CMYK0.570.8700.91
HSL261º76.92%5.1%-
HSV(B)261º86.96%9.02%-
XYZ0.310.190.83-
YUV7.37136.82129.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.78%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 23 (9.38% from 255) = 63.89%
R=27.78%
G=8.33%
B=63.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal103230.570.8700.9126176.925.1
HexA317395705B1054d5
Octal123277112701334051155
Binary101011101111110011010111010110111000001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,3,23); }

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

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

 a { background-color: rgb(10,3,23); }

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

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

 span { border-color: rgb(10,3,23); }

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