Html Css Color HEX #0A0116 Blackcurrant

📋 copy color: '#0A0116'

red 10 ◦ green 1 ◦ blue 22

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

Shades of Blackcurrant #0A0116

Tints of Blackcurrant #0A0116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.03%

 BLUE value IS 22 (8.98% from 255) = 66.67%

R = 30.3%
G = 3.03%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0116 (or 0x0A0116) is known color: Blackcurrant. HEX triplet: 0A, 01 and 16. RGB value is (10,1,22). Sum of RGB (Red+Green+Blue) = 10+1+22=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 22 (8.98% from 255 or 66.67% from 33); Max value from RGB is 22 - color contains mainly: blue. Hex color #0A0116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0116 is #F5FEE9. Grayscale: #060606. Windows color (decimal): -16121578 or 1442058. OLE color: 1442058.

HSL color Cylindrical-coordinate representation of color #0A0116: hue angle of 265.71º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0116 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 1 22 -
CMYK 0.55 0.95 0 0.91
HSL 265.71º 0.91% 0.05% -
HSV(B) 265.71º 0.95% 0.09% -
XYZ 0.28 0.14 0.77 -
YUV 6.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 10 1 22 0.55 0.95 0 0.91 265.71 0.91 0.05
Hex A 1 16 37 5F 0 5B 10A 5B 5
Octal 12 1 26 67 137 0 133 412 133 5
Binary 1010 1 10110 110111 1011111 0 1011011 100001010 1011011 101

Color Harmonies of #0A0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0116

Black with #0A0116

Text Example


Text Example

White with #0A0116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,1,22); }

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

background-color css

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

 a { background-color: rgb(10,1,22); }

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

border-color css

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

 span { border-color: rgb(10,1,22); }

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