Html Css Color HEX #03012D Black Russian

📋 copy color: '#03012D'

red 3 ◦ green 1 ◦ blue 45

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

Shades of Black Russian #03012D

Tints of Black Russian #03012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.04%

 BLUE value IS 45 (17.97% from 255) = 91.84%

R = 6.12%
G = 2.04%
B = 91.84%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#03012D (or 0x03012D) is known color: Black Russian. HEX triplet: 03, 01 and 2D. RGB value is (3,1,45). Sum of RGB (Red+Green+Blue) = 3+1+45=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 45 (17.97% from 255 or 91.84% from 49); Max value from RGB is 45 - color contains mainly: blue. Hex color #03012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03012D is #FCFED2. Grayscale: #060606. Windows color (decimal): -16580307 or 2949379. OLE color: 2949379.

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

Color convert

RGB 3 1 45 -
CMYK 0.93 0.98 0 0.82
HSL 242.73º 0.96% 0.09% -
HSV(B) 242.73º 0.98% 0.18% -
XYZ 0.52 0.23 2.5 -
YUV 6.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 3 1 45 0.93 0.98 0 0.82 242.73 0.96 0.09
Hex 3 1 2D 5D 62 0 52 F3 60 9
Octal 3 1 55 135 142 0 122 363 140 11
Binary 11 1 101101 1011101 1100010 0 1010010 11110011 1100000 1001

Color Harmonies of #03012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03012D

Black with #03012D

Text Example


Text Example

White with #03012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03012D; }

 p { color: rgb(3,1,45); }

 H1.HeaderClassName
 {
   color: #03012D;
 }
 .AnyTagClassName
 {
   color: #03012D;
 }
</style>

background-color css

<style>
 a { background-color: #03012D; }

 a { background-color: rgb(3,1,45); }

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

border-color css

<style>
 span { border-color: #03012D; }

 span { border-color: rgb(3,1,45); }

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