Html Css Color HEX #03001B Black Russian

📋 copy color: '#03001B'

red 3 ◦ green 0 ◦ blue 27

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

Shades of Black Russian #03001B

Tints of Black Russian #03001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 90%

R = 10%
G = 0%
B = 90%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#03001B (or 0x03001B) is known color: Black Russian. HEX triplet: 03, 00 and 1B. RGB value is (3,0,27). Sum of RGB (Red+Green+Blue) = 3+0+27=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 27 (10.94% from 255 or 90% from 30); Max value from RGB is 27 - color contains mainly: blue. Hex color #03001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03001B is #FCFFE4. Grayscale: #030303. Windows color (decimal): -16580581 or 1769475. OLE color: 1769475.

HSL color Cylindrical-coordinate representation of color #03001B: hue angle of 246.67º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03001B is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 0 27 -
CMYK 0.89 1 0 0.89
HSL 246.67º 1% 0.05% -
HSV(B) 246.67º 1% 0.11% -
XYZ 0.24 0.1 1.04 -
YUV 3.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 3 0 27 0.89 1 0 0.89 246.67 1 0.05
Hex 3 0 1B 59 64 0 59 F7 64 5
Octal 3 0 33 131 144 0 131 367 144 5
Binary 11 0 11011 1011001 1100100 0 1011001 11110111 1100100 101

Color Harmonies of #03001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03001B

Black with #03001B

Text Example


Text Example

White with #03001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03001B; }

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

 H1.HeaderClassName
 {
   color: #03001B;
 }
 .AnyTagClassName
 {
   color: #03001B;
 }
</style>

background-color css

<style>
 a { background-color: #03001B; }

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

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

border-color css

<style>
 span { border-color: #03001B; }

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

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