Html Css Color HEX #0A010B Blackcurrant

📋 copy color: '#0A010B'

red 10 ◦ green 1 ◦ blue 11

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

Shades of Blackcurrant #0A010B

Tints of Blackcurrant #0A010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 50%

R = 45.45%
G = 4.55%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A010B (or 0x0A010B) is known color: Blackcurrant. HEX triplet: 0A, 01 and 0B. RGB value is (10,1,11). Sum of RGB (Red+Green+Blue) = 10+1+11=22 (2% of max value = 765). Red value is 10 (4.30% from 255 or 45.45% from 22); Green value is 1 (0.78% from 255 or 4.55% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A010B is #F5FEF4. Grayscale: #040404. Windows color (decimal): -16121589 or 721162. OLE color: 721162.

HSL color Cylindrical-coordinate representation of color #0A010B: hue angle of 294º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A010B is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 1 11 -
CMYK 0.09 0.91 0 0.96
HSL 294º 0.83% 0.02% -
HSV(B) 294º 0.91% 0.04% -
XYZ 0.2 0.11 0.33 -
YUV 4.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 10 1 11 0.09 0.91 0 0.96 294 0.83 0.02
Hex A 1 B 9 5B 0 60 126 53 2
Octal 12 1 13 11 133 0 140 446 123 2
Binary 1010 1 1011 1001 1011011 0 1100000 100100110 1010011 10

Color Harmonies of #0A010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A010B

Black with #0A010B

Text Example


Text Example

White with #0A010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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