Html Css Color HEX #0A000B Blackcurrant

📋 copy color: '#0A000B'

red 10 ◦ green 0 ◦ blue 11

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

Shades of Blackcurrant #0A000B

Tints of Blackcurrant #0A000B

RGB

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

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

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

R = 47.62%
G = 0%
B = 52.38%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A000B (or 0x0A000B) is known color: Blackcurrant. HEX triplet: 0A, 00 and 0B. RGB value is (10,0,11). Sum of RGB (Red+Green+Blue) = 10+0+11=21 (2% of max value = 765). Red value is 10 (4.30% from 255 or 47.62% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A000B is #F5FFF4. Grayscale: #040404. Windows color (decimal): -16121845 or 720906. OLE color: 720906.

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

Color convert

RGB 10 0 11 -
CMYK 0.09 1 0 0.96
HSL 294.55º 1% 0.02% -
HSV(B) 294.55º 1% 0.04% -
XYZ 0.19 0.09 0.32 -
YUV 4.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 10 0 11 0.09 1 0 0.96 294.55 1 0.02
Hex A 0 B 9 64 0 60 127 64 2
Octal 12 0 13 11 144 0 140 447 144 2
Binary 1010 0 1011 1001 1100100 0 1100000 100100111 1100100 10

Color Harmonies of #0A000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A000B

Black with #0A000B

Text Example


Text Example

White with #0A000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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