Html Css Color HEX #0A010D Blackcurrant

📋 copy color: '#0A010D'

red 10 ◦ green 1 ◦ blue 13

#0A010D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #0A010D

Tints of Blackcurrant #0A010D

RGB

 RED value IS 10 (4.3% from 255) = 41.67%

 GREEN value IS 1 (0.78% from 255) = 4.17%

 BLUE value IS 13 (5.47% from 255) = 54.17%

R = 41.67%
G = 4.17%
B = 54.17%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0A010D (or 0x0A010D) is known color: Blackcurrant. HEX triplet: 0A, 01 and 0D. RGB value is (10,1,13). Sum of RGB (Red+Green+Blue) = 10+1+13=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #0A010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A010D is #F5FEF2. Grayscale: #050505. Windows color (decimal): -16121587 or 852234. OLE color: 852234.

HSL color Cylindrical-coordinate representation of color #0A010D: hue angle of 285º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A010D is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 10 1 13 -
CMYK 0.23 0.92 0 0.95
HSL 285º 0.86% 0.03% -
HSV(B) 285º 0.92% 0.05% -
XYZ 0.21 0.12 0.39 -
YUV 5.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 10 1 13 0.23 0.92 0 0.95 285 0.86 0.03
Hex A 1 D 17 5C 0 5F 11D 56 3
Octal 12 1 15 27 134 0 137 435 126 3
Binary 1010 1 1101 10111 1011100 0 1011111 100011101 1010110 11

Color Harmonies of #0A010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A010D

Black with #0A010D

Text Example


Text Example

White with #0A010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A010D;
 }
 .AnyTagClassName
 {
   color: #0A010D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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