Html Css Color HEX #0A0020 Blackcurrant

📋 copy color: '#0A0020'

red 10 ◦ green 0 ◦ blue 32

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

Shades of Blackcurrant #0A0020

Tints of Blackcurrant #0A0020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 76.19%

R = 23.81%
G = 0%
B = 76.19%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0A0020 (or 0x0A0020) is known color: Blackcurrant. HEX triplet: 0A, 00 and 20. RGB value is (10,0,32). Sum of RGB (Red+Green+Blue) = 10+0+32=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 32 (12.89% from 255 or 76.19% from 42); Max value from RGB is 32 - color contains mainly: blue. Hex color #0A0020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0020 is #F5FFDF. Grayscale: #060606. Windows color (decimal): -16121824 or 2097162. OLE color: 2097162.

HSL color Cylindrical-coordinate representation of color #0A0020: hue angle of 258.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0020 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 10 0 32 -
CMYK 0.69 1 0 0.87
HSL 258.75º 1% 0.06% -
HSV(B) 258.75º 1% 0.13% -
XYZ 0.39 0.17 1.38 -
YUV 6.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 10 0 32 0.69 1 0 0.87 258.75 1 0.06
Hex A 0 20 45 64 0 57 103 64 6
Octal 12 0 40 105 144 0 127 403 144 6
Binary 1010 0 100000 1000101 1100100 0 1010111 100000011 1100100 110

Color Harmonies of #0A0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0020

Black with #0A0020

Text Example


Text Example

White with #0A0020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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