Html Css Color HEX #0A0625 Black Russian

📋 copy color: '#0A0625'

red 10 ◦ green 6 ◦ blue 37

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

Shades of Black Russian #0A0625

Tints of Black Russian #0A0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.32%

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

R = 18.87%
G = 11.32%
B = 69.81%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A0625 (or 0x0A0625) is known color: Black Russian. HEX triplet: 0A, 06 and 25. RGB value is (10,6,37). Sum of RGB (Red+Green+Blue) = 10+6+37=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A0625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0625 is #F5F9DA. Grayscale: #0A0A0A. Windows color (decimal): -16120283 or 2426378. OLE color: 2426378.

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

Color convert

RGB 10 6 37 -
CMYK 0.73 0.84 0 0.85
HSL 247.74º 0.72% 0.08% -
HSV(B) 247.74º 0.84% 0.15% -
XYZ 0.52 0.33 1.79 -
YUV 10.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 10 6 37 0.73 0.84 0 0.85 247.74 0.72 0.08
Hex A 6 25 49 54 0 55 F8 48 8
Octal 12 6 45 111 124 0 125 370 110 10
Binary 1010 110 100101 1001001 1010100 0 1010101 11111000 1001000 1000

Color Harmonies of #0A0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0625

Black with #0A0625

Text Example


Text Example

White with #0A0625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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