Html Css Color HEX #0A011C Blackcurrant

📋 copy color: '#0A011C'

red 10 ◦ green 1 ◦ blue 28

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

Shades of Blackcurrant #0A011C

Tints of Blackcurrant #0A011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 71.79%

R = 25.64%
G = 2.56%
B = 71.79%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A011C (or 0x0A011C) is known color: Blackcurrant. HEX triplet: 0A, 01 and 1C. RGB value is (10,1,28). Sum of RGB (Red+Green+Blue) = 10+1+28=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A011C is #F5FEE3. Grayscale: #060606. Windows color (decimal): -16121572 or 1835274. OLE color: 1835274.

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

Color convert

RGB 10 1 28 -
CMYK 0.64 0.96 0 0.89
HSL 260º 0.93% 0.06% -
HSV(B) 260º 0.96% 0.11% -
XYZ 0.35 0.17 1.11 -
YUV 6.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 10 1 28 0.64 0.96 0 0.89 260 0.93 0.06
Hex A 1 1C 40 60 0 59 104 5D 6
Octal 12 1 34 100 140 0 131 404 135 6
Binary 1010 1 11100 1000000 1100000 0 1011001 100000100 1011101 110

Color Harmonies of #0A011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A011C

Black with #0A011C

Text Example


Text Example

White with #0A011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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