Html Css Color HEX #0A080B Blackcurrant

📋 copy color: '#0A080B'

red 10 ◦ green 8 ◦ blue 11

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

Shades of Blackcurrant #0A080B

Tints of Blackcurrant #0A080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 27.59%

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

R = 34.48%
G = 27.59%
B = 37.93%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A080B (or 0x0A080B) is known color: Blackcurrant. HEX triplet: 0A, 08 and 0B. RGB value is (10,8,11). Sum of RGB (Red+Green+Blue) = 10+8+11=29 (3% of max value = 765). Red value is 10 (4.30% from 255 or 34.48% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A080B is #F5F7F4. Grayscale: #080808. Windows color (decimal): -16119797 or 722954. OLE color: 722954.

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

Color convert

RGB 10 8 11 -
CMYK 0.09 0.27 0 0.96
HSL 280º 0.16% 0.04% -
HSV(B) 280º 0.27% 0.04% -
XYZ 0.27 0.26 0.35 -
YUV 8.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 10 8 11 0.09 0.27 0 0.96 280 0.16 0.04
Hex A 8 B 9 1B 0 60 118 10 4
Octal 12 10 13 11 33 0 140 430 20 4
Binary 1010 1000 1011 1001 11011 0 1100000 100011000 10000 100

Color Harmonies of #0A080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A080B

Black with #0A080B

Text Example


Text Example

White with #0A080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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