Html Css Color HEX #0A010F Blackcurrant

📋 copy color: '#0A010F'

red 10 ◦ green 1 ◦ blue 15

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

Shades of Blackcurrant #0A010F

Tints of Blackcurrant #0A010F

RGB

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

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

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

R = 38.46%
G = 3.85%
B = 57.69%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0A010F (or 0x0A010F) is known color: Blackcurrant. HEX triplet: 0A, 01 and 0F. RGB value is (10,1,15). Sum of RGB (Red+Green+Blue) = 10+1+15=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #0A010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A010F is #F5FEF0. Grayscale: #050505. Windows color (decimal): -16121585 or 983306. OLE color: 983306.

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

Color convert

RGB 10 1 15 -
CMYK 0.33 0.93 0 0.94
HSL 278.57º 0.88% 0.03% -
HSV(B) 278.57º 0.93% 0.06% -
XYZ 0.22 0.12 0.46 -
YUV 5.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 10 1 15 0.33 0.93 0 0.94 278.57 0.88 0.03
Hex A 1 F 21 5D 0 5E 117 58 3
Octal 12 1 17 41 135 0 136 427 130 3
Binary 1010 1 1111 100001 1011101 0 1011110 100010111 1011000 11

Color Harmonies of #0A010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A010F

Black with #0A010F

Text Example


Text Example

White with #0A010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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