Html Css Color HEX #0A0011 Blackcurrant

📋 copy color: '#0A0011'

red 10 ◦ green 0 ◦ blue 17

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

Shades of Blackcurrant #0A0011

Tints of Blackcurrant #0A0011

RGB

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

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

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

R = 37.04%
G = 0%
B = 62.96%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A0011 (or 0x0A0011) is known color: Blackcurrant. HEX triplet: 0A, 00 and 11. RGB value is (10,0,17). Sum of RGB (Red+Green+Blue) = 10+0+17=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0011 is #F5FFEE. Grayscale: #040404. Windows color (decimal): -16121839 or 1114122. OLE color: 1114122.

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

Color convert

RGB 10 0 17 -
CMYK 0.41 1 0 0.93
HSL 275.29º 1% 0.03% -
HSV(B) 275.29º 1% 0.07% -
XYZ 0.23 0.11 0.54 -
YUV 4.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 10 0 17 0.41 1 0 0.93 275.29 1 0.03
Hex A 0 11 29 64 0 5D 113 64 3
Octal 12 0 21 51 144 0 135 423 144 3
Binary 1010 0 10001 101001 1100100 0 1011101 100010011 1100100 11

Color Harmonies of #0A0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0011

Black with #0A0011

Text Example


Text Example

White with #0A0011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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