Html Css Color HEX #0A0632 Black Russian

📋 copy color: '#0A0632'

red 10 ◦ green 6 ◦ blue 50

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

Shades of Black Russian #0A0632

Tints of Black Russian #0A0632

RGB

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

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

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

R = 15.15%
G = 9.09%
B = 75.76%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0A0632 (or 0x0A0632) is known color: Black Russian. HEX triplet: 0A, 06 and 32. RGB value is (10,6,50). Sum of RGB (Red+Green+Blue) = 10+6+50=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #0A0632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0632 is #F5F9CD. Grayscale: #0C0C0C. Windows color (decimal): -16120270 or 3278346. OLE color: 3278346.

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

Color convert

RGB 10 6 50 -
CMYK 0.80 0.88 0 0.80
HSL 245.45º 0.79% 0.11% -
HSV(B) 245.45º 0.88% 0.2% -
XYZ 0.77 0.43 3.06 -
YUV 12.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 10 6 50 0.80 0.88 0 0.80 245.45 0.79 0.11
Hex A 6 32 50 58 0 50 F5 4F B
Octal 12 6 62 120 130 0 120 365 117 13
Binary 1010 110 110010 1010000 1011000 0 1010000 11110101 1001111 1011

Color Harmonies of #0A0632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0632

Black with #0A0632

Text Example


Text Example

White with #0A0632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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