Html Css Color HEX #0A0422 Black Russian

📋 copy color: '#0A0422'

red 10 ◦ green 4 ◦ blue 34

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

Shades of Black Russian #0A0422

Tints of Black Russian #0A0422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.33%

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

R = 20.83%
G = 8.33%
B = 70.83%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0A0422 (or 0x0A0422) is known color: Black Russian. HEX triplet: 0A, 04 and 22. RGB value is (10,4,34). Sum of RGB (Red+Green+Blue) = 10+4+34=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 34 (13.67% from 255 or 70.83% from 48); Max value from RGB is 34 - color contains mainly: blue. Hex color #0A0422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0422 is #F5FBDD. Grayscale: #090909. Windows color (decimal): -16120798 or 2229258. OLE color: 2229258.

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

Color convert

RGB 10 4 34 -
CMYK 0.71 0.88 0 0.87
HSL 252º 0.79% 0.07% -
HSV(B) 252º 0.88% 0.13% -
XYZ 0.46 0.27 1.54 -
YUV 9.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 10 4 34 0.71 0.88 0 0.87 252 0.79 0.07
Hex A 4 22 47 58 0 57 FC 4F 7
Octal 12 4 42 107 130 0 127 374 117 7
Binary 1010 100 100010 1000111 1011000 0 1010111 11111100 1001111 111

Color Harmonies of #0A0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0422

Black with #0A0422

Text Example


Text Example

White with #0A0422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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