Html Css Color HEX #0A1225 Black Russian

📋 copy color: '#0A1225'

red 10 ◦ green 18 ◦ blue 37

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

Shades of Black Russian #0A1225

Tints of Black Russian #0A1225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.69%

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

R = 15.38%
G = 27.69%
B = 56.92%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A1225 (or 0x0A1225) is known color: Black Russian. HEX triplet: 0A, 12 and 25. RGB value is (10,18,37). Sum of RGB (Red+Green+Blue) = 10+18+37=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A1225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1225 is #F5EDDA. Grayscale: #111111. Windows color (decimal): -16117211 or 2429450. OLE color: 2429450.

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

Color convert

RGB 10 18 37 -
CMYK 0.73 0.51 0 0.85
HSL 222.22º 0.57% 0.09% -
HSV(B) 222.22º 0.73% 0.15% -
XYZ 0.68 0.63 1.84 -
YUV 17.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 10 18 37 0.73 0.51 0 0.85 222.22 0.57 0.09
Hex A 12 25 49 33 0 55 DE 39 9
Octal 12 22 45 111 63 0 125 336 71 11
Binary 1010 10010 100101 1001001 110011 0 1010101 11011110 111001 1001

Color Harmonies of #0A1225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1225

Black with #0A1225

Text Example


Text Example

White with #0A1225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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