Html Css Color HEX #0A0730 Black Russian

📋 copy color: '#0A0730'

red 10 ◦ green 7 ◦ blue 48

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

Shades of Black Russian #0A0730

Tints of Black Russian #0A0730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.77%

 BLUE value IS 48 (19.14% from 255) = 73.85%

R = 15.38%
G = 10.77%
B = 73.85%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A0730 (or 0x0A0730) is known color: Black Russian. HEX triplet: 0A, 07 and 30. RGB value is (10,7,48). Sum of RGB (Red+Green+Blue) = 10+7+48=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A0730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0730 is #F5F8CF. Grayscale: #0C0C0C. Windows color (decimal): -16120016 or 3147530. OLE color: 3147530.

HSL color Cylindrical-coordinate representation of color #0A0730: hue angle of 244.39º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A0730 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 10 7 48 -
CMYK 0.79 0.85 0 0.81
HSL 244.39º 0.75% 0.11% -
HSV(B) 244.39º 0.85% 0.19% -
XYZ 0.73 0.43 2.84 -
YUV 12.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 10 7 48 0.79 0.85 0 0.81 244.39 0.75 0.11
Hex A 7 30 4F 55 0 51 F4 4B B
Octal 12 7 60 117 125 0 121 364 113 13
Binary 1010 111 110000 1001111 1010101 0 1010001 11110100 1001011 1011

Color Harmonies of #0A0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0730

Black with #0A0730

Text Example


Text Example

White with #0A0730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,7,48); }

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

background-color css

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

 a { background-color: rgb(10,7,48); }

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

border-color css

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

 span { border-color: rgb(10,7,48); }

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