Html Css Color HEX #0A0633 Black Russian

📋 copy color: '#0A0633'

red 10 ◦ green 6 ◦ blue 51

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

Shades of Black Russian #0A0633

Tints of Black Russian #0A0633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 76.12%

R = 14.93%
G = 8.96%
B = 76.12%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#0A0633 (or 0x0A0633) is known color: Black Russian. HEX triplet: 0A, 06 and 33. RGB value is (10,6,51). Sum of RGB (Red+Green+Blue) = 10+6+51=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 51 (20.31% from 255 or 76.12% from 67); Max value from RGB is 51 - color contains mainly: blue. Hex color #0A0633 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0633 is #F5F9CC. Grayscale: #0C0C0C. Windows color (decimal): -16120269 or 3343882. OLE color: 3343882.

HSL color Cylindrical-coordinate representation of color #0A0633: hue angle of 245.33º 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 #0A0633 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 10 6 51 -
CMYK 0.80 0.88 0 0.8
HSL 245.33º 0.79% 0.11% -
HSV(B) 245.33º 0.88% 0.2% -
XYZ 0.79 0.43 3.17 -
YUV 12.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 10 6 51 0.80 0.88 0 0.8 245.33 0.79 0.11
Hex A 6 33 50 58 0 50 F5 4F B
Octal 12 6 63 120 130 0 120 365 117 13
Binary 1010 110 110011 1010000 1011000 0 1010000 11110101 1001111 1011

Color Harmonies of #0A0633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0633

Black with #0A0633

Text Example


Text Example

White with #0A0633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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