Html Css Color HEX #0A0611 Blackcurrant

📋 copy color: '#0A0611'

red 10 ◦ green 6 ◦ blue 17

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

Shades of Blackcurrant #0A0611

Tints of Blackcurrant #0A0611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 18.18%

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

R = 30.3%
G = 18.18%
B = 51.52%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A0611 (or 0x0A0611) is known color: Blackcurrant. HEX triplet: 0A, 06 and 11. RGB value is (10,6,17). Sum of RGB (Red+Green+Blue) = 10+6+17=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #0A0611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0611 is #F5F9EE. Grayscale: #080808. Windows color (decimal): -16120303 or 1115658. OLE color: 1115658.

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

Color convert

RGB 10 6 17 -
CMYK 0.41 0.65 0 0.93
HSL 261.82º 0.48% 0.05% -
HSV(B) 261.82º 0.65% 0.07% -
XYZ 0.29 0.24 0.56 -
YUV 8.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 10 6 17 0.41 0.65 0 0.93 261.82 0.48 0.05
Hex A 6 11 29 41 0 5D 106 30 5
Octal 12 6 21 51 101 0 135 406 60 5
Binary 1010 110 10001 101001 1000001 0 1011101 100000110 110000 101

Color Harmonies of #0A0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0611

Black with #0A0611

Text Example


Text Example

White with #0A0611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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