Html Css Color HEX #0A0411 Blackcurrant

📋 copy color: '#0A0411'

red 10 ◦ green 4 ◦ blue 17

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

Shades of Blackcurrant #0A0411

Tints of Blackcurrant #0A0411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 54.84%

R = 32.26%
G = 12.9%
B = 54.84%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A0411 (or 0x0A0411) is known color: Blackcurrant. HEX triplet: 0A, 04 and 11. RGB value is (10,4,17). Sum of RGB (Red+Green+Blue) = 10+4+17=31 (4% of max value = 765). Red value is 10 (4.30% from 255 or 32.26% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 17 (7.03% from 255 or 54.84% from 31); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0411 is #F5FBEE. Grayscale: #070707. Windows color (decimal): -16120815 or 1115146. OLE color: 1115146.

HSL color Cylindrical-coordinate representation of color #0A0411: hue angle of 267.69º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A0411 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 4 17 -
CMYK 0.41 0.76 0 0.93
HSL 267.69º 0.62% 0.04% -
HSV(B) 267.69º 0.76% 0.07% -
XYZ 0.27 0.19 0.55 -
YUV 7.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 10 4 17 0.41 0.76 0 0.93 267.69 0.62 0.04
Hex A 4 11 29 4C 0 5D 10C 3E 4
Octal 12 4 21 51 114 0 135 414 76 4
Binary 1010 100 10001 101001 1001100 0 1011101 100001100 111110 100

Color Harmonies of #0A0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0411

Black with #0A0411

Text Example


Text Example

White with #0A0411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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