Html Css Color HEX #0A011B Blackcurrant

📋 copy color: '#0A011B'

red 10 ◦ green 1 ◦ blue 27

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

Shades of Blackcurrant #0A011B

Tints of Blackcurrant #0A011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 71.05%

R = 26.32%
G = 2.63%
B = 71.05%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A011B (or 0x0A011B) is known color: Blackcurrant. HEX triplet: 0A, 01 and 1B. RGB value is (10,1,27). Sum of RGB (Red+Green+Blue) = 10+1+27=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 27 (10.94% from 255 or 71.05% from 38); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A011B is #F5FEE4. Grayscale: #060606. Windows color (decimal): -16121573 or 1769738. OLE color: 1769738.

HSL color Cylindrical-coordinate representation of color #0A011B: hue angle of 260.77º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A011B is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 1 27 -
CMYK 0.63 0.96 0 0.89
HSL 260.77º 0.93% 0.05% -
HSV(B) 260.77º 0.96% 0.11% -
XYZ 0.33 0.17 1.05 -
YUV 6.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 10 1 27 0.63 0.96 0 0.89 260.77 0.93 0.05
Hex A 1 1B 3F 60 0 59 105 5D 5
Octal 12 1 33 77 140 0 131 405 135 5
Binary 1010 1 11011 111111 1100000 0 1011001 100000101 1011101 101

Color Harmonies of #0A011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A011B

Black with #0A011B

Text Example


Text Example

White with #0A011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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