Html Css Color HEX #0A0022 Blackcurrant

📋 copy color: '#0A0022'

red 10 ◦ green 0 ◦ blue 34

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

Shades of Blackcurrant #0A0022

Tints of Blackcurrant #0A0022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 77.27%

R = 22.73%
G = 0%
B = 77.27%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0A0022 (or 0x0A0022) is known color: Blackcurrant. HEX triplet: 0A, 00 and 22. RGB value is (10,0,34). Sum of RGB (Red+Green+Blue) = 10+0+34=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 34 (13.67% from 255 or 77.27% from 44); Max value from RGB is 34 - color contains mainly: blue. Hex color #0A0022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0022 is #F5FFDD. Grayscale: #060606. Windows color (decimal): -16121822 or 2228234. OLE color: 2228234.

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

Color convert

RGB 10 0 34 -
CMYK 0.71 1 0 0.87
HSL 257.65º 1% 0.07% -
HSV(B) 257.65º 1% 0.13% -
XYZ 0.41 0.18 1.53 -
YUV 6.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 10 0 34 0.71 1 0 0.87 257.65 1 0.07
Hex A 0 22 47 64 0 57 102 64 7
Octal 12 0 42 107 144 0 127 402 144 7
Binary 1010 0 100010 1000111 1100100 0 1010111 100000010 1100100 111

Color Harmonies of #0A0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0022

Black with #0A0022

Text Example


Text Example

White with #0A0022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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