Html Css Color HEX #0A0425 Black Russian

📋 copy color: '#0A0425'

red 10 ◦ green 4 ◦ blue 37

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

Shades of Black Russian #0A0425

Tints of Black Russian #0A0425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 72.55%

R = 19.61%
G = 7.84%
B = 72.55%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A0425 (or 0x0A0425) is known color: Black Russian. HEX triplet: 0A, 04 and 25. RGB value is (10,4,37). Sum of RGB (Red+Green+Blue) = 10+4+37=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 37 (14.84% from 255 or 72.55% from 51); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A0425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0425 is #F5FBDA. Grayscale: #090909. Windows color (decimal): -16120795 or 2425866. OLE color: 2425866.

HSL color Cylindrical-coordinate representation of color #0A0425: hue angle of 250.91º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A0425 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 4 37 -
CMYK 0.73 0.89 0 0.85
HSL 250.91º 0.8% 0.08% -
HSV(B) 250.91º 0.89% 0.15% -
XYZ 0.5 0.28 1.78 -
YUV 9.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 10 4 37 0.73 0.89 0 0.85 250.91 0.8 0.08
Hex A 4 25 49 59 0 55 FB 50 8
Octal 12 4 45 111 131 0 125 373 120 10
Binary 1010 100 100101 1001001 1011001 0 1010101 11111011 1010000 1000

Color Harmonies of #0A0425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0425

Black with #0A0425

Text Example


Text Example

White with #0A0425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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