Html Css Color HEX #0A090B Blackcurrant

📋 copy color: '#0A090B'

red 10 ◦ green 9 ◦ blue 11

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

Shades of Blackcurrant #0A090B

Tints of Blackcurrant #0A090B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 30%

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

R = 33.33%
G = 30%
B = 36.67%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A090B (or 0x0A090B) is known color: Blackcurrant. HEX triplet: 0A, 09 and 0B. RGB value is (10,9,11). Sum of RGB (Red+Green+Blue) = 10+9+11=30 (3% of max value = 765). Red value is 10 (4.30% from 255 or 33.33% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A090B is #F5F6F4. Grayscale: #090909. Windows color (decimal): -16119541 or 723210. OLE color: 723210.

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

Color convert

RGB 10 9 11 -
CMYK 0.09 0.18 0 0.96
HSL 270º 0.1% 0.04% -
HSV(B) 270º 0.18% 0.04% -
XYZ 0.28 0.28 0.36 -
YUV 9.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 10 9 11 0.09 0.18 0 0.96 270 0.1 0.04
Hex A 9 B 9 12 0 60 10E A 4
Octal 12 11 13 11 22 0 140 416 12 4
Binary 1010 1001 1011 1001 10010 0 1100000 100001110 1010 100

Color Harmonies of #0A090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A090B

Black with #0A090B

Text Example


Text Example

White with #0A090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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