Html Css Color HEX #0A020F Blackcurrant

📋 copy color: '#0A020F'

red 10 ◦ green 2 ◦ blue 15

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

Shades of Blackcurrant #0A020F

Tints of Blackcurrant #0A020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 55.56%

R = 37.04%
G = 7.41%
B = 55.56%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0A020F (or 0x0A020F) is known color: Blackcurrant. HEX triplet: 0A, 02 and 0F. RGB value is (10,2,15). Sum of RGB (Red+Green+Blue) = 10+2+15=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 15 (6.25% from 255 or 55.56% from 27); Max value from RGB is 15 - color contains mainly: blue. Hex color #0A020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A020F is #F5FDF0. Grayscale: #050505. Windows color (decimal): -16121329 or 983562. OLE color: 983562.

HSL color Cylindrical-coordinate representation of color #0A020F: hue angle of 276.92º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A020F is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 10 2 15 -
CMYK 0.33 0.87 0 0.94
HSL 276.92º 0.76% 0.03% -
HSV(B) 276.92º 0.87% 0.06% -
XYZ 0.23 0.14 0.47 -
YUV 5.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 10 2 15 0.33 0.87 0 0.94 276.92 0.76 0.03
Hex A 2 F 21 57 0 5E 115 4C 3
Octal 12 2 17 41 127 0 136 425 114 3
Binary 1010 10 1111 100001 1010111 0 1011110 100010101 1001100 11

Color Harmonies of #0A020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A020F

Black with #0A020F

Text Example


Text Example

White with #0A020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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