Html Css Color HEX #0A0530 Black Russian

📋 copy color: '#0A0530'

red 10 ◦ green 5 ◦ blue 48

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

Shades of Black Russian #0A0530

Tints of Black Russian #0A0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.94%

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

R = 15.87%
G = 7.94%
B = 76.19%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0A0530 (or 0x0A0530) is known color: Black Russian. HEX triplet: 0A, 05 and 30. RGB value is (10,5,48). Sum of RGB (Red+Green+Blue) = 10+5+48=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 48 (19.14% from 255 or 76.19% from 63); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A0530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0530 is #F5FACF. Grayscale: #0B0B0B. Windows color (decimal): -16120528 or 3147018. OLE color: 3147018.

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

Color convert

RGB 10 5 48 -
CMYK 0.79 0.90 0 0.81
HSL 246.98º 0.81% 0.1% -
HSV(B) 246.98º 0.9% 0.19% -
XYZ 0.71 0.39 2.83 -
YUV 11.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 10 5 48 0.79 0.90 0 0.81 246.98 0.81 0.1
Hex A 5 30 4F 5A 0 51 F7 51 A
Octal 12 5 60 117 132 0 121 367 121 12
Binary 1010 101 110000 1001111 1011010 0 1010001 11110111 1010001 1010

Color Harmonies of #0A0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0530

Black with #0A0530

Text Example


Text Example

White with #0A0530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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