Html Css Color HEX #0A040F Blackcurrant

📋 copy color: '#0A040F'

red 10 ◦ green 4 ◦ blue 15

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

Shades of Blackcurrant #0A040F

Tints of Blackcurrant #0A040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 13.79%

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

R = 34.48%
G = 13.79%
B = 51.72%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0A040F (or 0x0A040F) is known color: Blackcurrant. HEX triplet: 0A, 04 and 0F. RGB value is (10,4,15). Sum of RGB (Red+Green+Blue) = 10+4+15=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #0A040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A040F is #F5FBF0. Grayscale: #070707. Windows color (decimal): -16120817 or 984074. OLE color: 984074.

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

Color convert

RGB 10 4 15 -
CMYK 0.33 0.73 0 0.94
HSL 272.73º 0.58% 0.04% -
HSV(B) 272.73º 0.73% 0.06% -
XYZ 0.25 0.19 0.47 -
YUV 7.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 10 4 15 0.33 0.73 0 0.94 272.73 0.58 0.04
Hex A 4 F 21 49 0 5E 111 3A 4
Octal 12 4 17 41 111 0 136 421 72 4
Binary 1010 100 1111 100001 1001001 0 1011110 100010001 111010 100

Color Harmonies of #0A040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A040F

Black with #0A040F

Text Example


Text Example

White with #0A040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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