Html Css Color HEX #0A000F Blackcurrant

📋 copy color: '#0A000F'

red 10 ◦ green 0 ◦ blue 15

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

Shades of Blackcurrant #0A000F

Tints of Blackcurrant #0A000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0A000F (or 0x0A000F) is known color: Blackcurrant. HEX triplet: 0A, 00 and 0F. RGB value is (10,0,15). Sum of RGB (Red+Green+Blue) = 10+0+15=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 15 (6.25% from 255 or 60% from 25); Max value from RGB is 15 - color contains mainly: blue. Hex color #0A000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A000F is #F5FFF0. Grayscale: #040404. Windows color (decimal): -16121841 or 983050. OLE color: 983050.

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

Color convert

RGB 10 0 15 -
CMYK 0.33 1 0 0.94
HSL 280º 1% 0.03% -
HSV(B) 280º 1% 0.06% -
XYZ 0.21 0.1 0.46 -
YUV 4.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 10 0 15 0.33 1 0 0.94 280 1 0.03
Hex A 0 F 21 64 0 5E 118 64 3
Octal 12 0 17 41 144 0 136 430 144 3
Binary 1010 0 1111 100001 1100100 0 1011110 100011000 1100100 11

Color Harmonies of #0A000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A000F

Black with #0A000F

Text Example


Text Example

White with #0A000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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