Html Css Color HEX #0A020D Blackcurrant

📋 copy color: '#0A020D'

red 10 ◦ green 2 ◦ blue 13

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

Shades of Blackcurrant #0A020D

Tints of Blackcurrant #0A020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 8%

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

R = 40%
G = 8%
B = 52%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0A020D (or 0x0A020D) is known color: Blackcurrant. HEX triplet: 0A, 02 and 0D. RGB value is (10,2,13). Sum of RGB (Red+Green+Blue) = 10+2+13=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #0A020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A020D is #F5FDF2. Grayscale: #050505. Windows color (decimal): -16121331 or 852490. OLE color: 852490.

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

Color convert

RGB 10 2 13 -
CMYK 0.23 0.85 0 0.95
HSL 283.64º 0.73% 0.03% -
HSV(B) 283.64º 0.85% 0.05% -
XYZ 0.22 0.14 0.4 -
YUV 5.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 10 2 13 0.23 0.85 0 0.95 283.64 0.73 0.03
Hex A 2 D 17 55 0 5F 11C 49 3
Octal 12 2 15 27 125 0 137 434 111 3
Binary 1010 10 1101 10111 1010101 0 1011111 100011100 1001001 11

Color Harmonies of #0A020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A020D

Black with #0A020D

Text Example


Text Example

White with #0A020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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