Html Css Color HEX #03000A Black Russian

📋 copy color: '#03000A'

red 3 ◦ green 0 ◦ blue 10

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

Shades of Black Russian #03000A

Tints of Black Russian #03000A

RGB

 RED value IS 3 (1.56% from 255) = 23.08%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 76.92%

R = 23.08%
G = 0%
B = 76.92%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#03000A (or 0x03000A) is known color: Black Russian. HEX triplet: 03, 00 and 0A. RGB value is (3,0,10). Sum of RGB (Red+Green+Blue) = 3+0+10=13 (1% of max value = 765). Red value is 3 (1.56% from 255 or 23.08% from 13); Green value is 0 (0.39% from 255 or 0% from 13); Blue value is 10 (4.30% from 255 or 76.92% from 13); Max value from RGB is 10 - color contains mainly: blue. Hex color #03000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03000A is #FCFFF5. Grayscale: #020202. Windows color (decimal): -16580598 or 655363. OLE color: 655363.

HSL color Cylindrical-coordinate representation of color #03000A: hue angle of 258º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03000A is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 3 0 10 -
CMYK 0.70 1 0 0.96
HSL 258º 1% 0.02% -
HSV(B) 258º 1% 0.04% -
XYZ 0.09 0.04 0.29 -
YUV 2.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 3 0 10 0.70 1 0 0.96 258 1 0.02
Hex 3 0 A 46 64 0 60 102 64 2
Octal 3 0 12 106 144 0 140 402 144 2
Binary 11 0 1010 1000110 1100100 0 1100000 100000010 1100100 10

Color Harmonies of #03000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03000A

Black with #03000A

Text Example


Text Example

White with #03000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03000A; }

 p { color: rgb(3,0,10); }

 H1.HeaderClassName
 {
   color: #03000A;
 }
 .AnyTagClassName
 {
   color: #03000A;
 }
</style>

background-color css

<style>
 a { background-color: #03000A; }

 a { background-color: rgb(3,0,10); }

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

border-color css

<style>
 span { border-color: #03000A; }

 span { border-color: rgb(3,0,10); }

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