Html Css Color HEX #0A050B Blackcurrant

📋 copy color: '#0A050B'

red 10 ◦ green 5 ◦ blue 11

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

Shades of Blackcurrant #0A050B

Tints of Blackcurrant #0A050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 19.23%

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

R = 38.46%
G = 19.23%
B = 42.31%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#0A050B (or 0x0A050B) is known color: Blackcurrant. HEX triplet: 0A, 05 and 0B. RGB value is (10,5,11). Sum of RGB (Red+Green+Blue) = 10+5+11=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 11 - color contains mainly: blue. Hex color #0A050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A050B is #F5FAF4. Grayscale: #070707. Windows color (decimal): -16120565 or 722186. OLE color: 722186.

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

Color convert

RGB 10 5 11 -
CMYK 0.09 0.55 0 0.96
HSL 290º 0.38% 0.03% -
HSV(B) 290º 0.55% 0.04% -
XYZ 0.24 0.2 0.34 -
YUV 7.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 10 5 11 0.09 0.55 0 0.96 290 0.38 0.03
Hex A 5 B 9 37 0 60 122 26 3
Octal 12 5 13 11 67 0 140 442 46 3
Binary 1010 101 1011 1001 110111 0 1100000 100100010 100110 11

Color Harmonies of #0A050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A050B

Black with #0A050B

Text Example


Text Example

White with #0A050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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