Html Css Color HEX #0A0832 Black Russian

📋 copy color: '#0A0832'

red 10 ◦ green 8 ◦ blue 50

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

Shades of Black Russian #0A0832

Tints of Black Russian #0A0832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.76%

 BLUE value IS 50 (19.92% from 255) = 73.53%

R = 14.71%
G = 11.76%
B = 73.53%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0A0832 (or 0x0A0832) is known color: Black Russian. HEX triplet: 0A, 08 and 32. RGB value is (10,8,50). Sum of RGB (Red+Green+Blue) = 10+8+50=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #0A0832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0832 is #F5F7CD. Grayscale: #0D0D0D. Windows color (decimal): -16119758 or 3278858. OLE color: 3278858.

HSL color Cylindrical-coordinate representation of color #0A0832: hue angle of 242.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A0832 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 10 8 50 -
CMYK 0.80 0.84 0 0.80
HSL 242.86º 0.72% 0.11% -
HSV(B) 242.86º 0.84% 0.2% -
XYZ 0.79 0.47 3.07 -
YUV 13.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 10 8 50 0.80 0.84 0 0.80 242.86 0.72 0.11
Hex A 8 32 50 54 0 50 F3 48 B
Octal 12 10 62 120 124 0 120 363 110 13
Binary 1010 1000 110010 1010000 1010100 0 1010000 11110011 1001000 1011

Color Harmonies of #0A0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0832

Black with #0A0832

Text Example


Text Example

White with #0A0832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,8,50); }

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

background-color css

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

 a { background-color: rgb(10,8,50); }

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

border-color css

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

 span { border-color: rgb(10,8,50); }

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