Html Css Color HEX #03002E Black Russian

📋 copy color: '#03002E'

red 3 ◦ green 0 ◦ blue 46

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

Shades of Black Russian #03002E

Tints of Black Russian #03002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 93.88%

R = 6.12%
G = 0%
B = 93.88%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#03002E (or 0x03002E) is known color: Black Russian. HEX triplet: 03, 00 and 2E. RGB value is (3,0,46). Sum of RGB (Red+Green+Blue) = 3+0+46=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 46 (18.36% from 255 or 93.88% from 49); Max value from RGB is 46 - color contains mainly: blue. Hex color #03002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03002E is #FCFFD1. Grayscale: #050505. Windows color (decimal): -16580562 or 3014659. OLE color: 3014659.

HSL color Cylindrical-coordinate representation of color #03002E: hue angle of 243.91º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03002E is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 3 0 46 -
CMYK 0.93 1 0 0.82
HSL 243.91º 1% 0.09% -
HSV(B) 243.91º 1% 0.18% -
XYZ 0.53 0.22 2.6 -
YUV 6.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 3 0 46 0.93 1 0 0.82 243.91 1 0.09
Hex 3 0 2E 5D 64 0 52 F4 64 9
Octal 3 0 56 135 144 0 122 364 144 11
Binary 11 0 101110 1011101 1100100 0 1010010 11110100 1100100 1001

Color Harmonies of #03002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03002E

Black with #03002E

Text Example


Text Example

White with #03002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03002E; }

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

 H1.HeaderClassName
 {
   color: #03002E;
 }
 .AnyTagClassName
 {
   color: #03002E;
 }
</style>

background-color css

<style>
 a { background-color: #03002E; }

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

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

border-color css

<style>
 span { border-color: #03002E; }

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

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