Html Css Color HEX #0A001A Blackcurrant

📋 copy color: '#0A001A'

red 10 ◦ green 0 ◦ blue 26

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

Shades of Blackcurrant #0A001A

Tints of Blackcurrant #0A001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 26 (10.55% from 255) = 72.22%

R = 27.78%
G = 0%
B = 72.22%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0A001A (or 0x0A001A) is known color: Blackcurrant. HEX triplet: 0A, 00 and 1A. RGB value is (10,0,26). Sum of RGB (Red+Green+Blue) = 10+0+26=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A001A is #F5FFE5. Grayscale: #050505. Windows color (decimal): -16121830 or 1703946. OLE color: 1703946.

HSL color Cylindrical-coordinate representation of color #0A001A: hue angle of 263.08º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A001A is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 0 26 -
CMYK 0.62 1 0 0.90
HSL 263.08º 1% 0.05% -
HSV(B) 263.08º 1% 0.1% -
XYZ 0.31 0.14 0.99 -
YUV 5.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 10 0 26 0.62 1 0 0.90 263.08 1 0.05
Hex A 0 1A 3E 64 0 5A 107 64 5
Octal 12 0 32 76 144 0 132 407 144 5
Binary 1010 0 11010 111110 1100100 0 1011010 100000111 1100100 101

Color Harmonies of #0A001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A001A

Black with #0A001A

Text Example


Text Example

White with #0A001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,0,26); }

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

background-color css

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

 a { background-color: rgb(10,0,26); }

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

border-color css

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

 span { border-color: rgb(10,0,26); }

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