Html Css Color HEX #03002F Black Russian

📋 copy color: '#03002F'

red 3 ◦ green 0 ◦ blue 47

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

Shades of Black Russian #03002F

Tints of Black Russian #03002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 94%

R = 6%
G = 0%
B = 94%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#03002F (or 0x03002F) is known color: Black Russian. HEX triplet: 03, 00 and 2F. RGB value is (3,0,47). Sum of RGB (Red+Green+Blue) = 3+0+47=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 47 (18.75% from 255 or 94% from 50); Max value from RGB is 47 - color contains mainly: blue. Hex color #03002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03002F is #FCFFD0. Grayscale: #060606. Windows color (decimal): -16580561 or 3080195. OLE color: 3080195.

HSL color Cylindrical-coordinate representation of color #03002F: hue angle of 243.83º 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 #03002F is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 3 0 47 -
CMYK 0.94 1 0 0.82
HSL 243.83º 1% 0.09% -
HSV(B) 243.83º 1% 0.18% -
XYZ 0.55 0.22 2.7 -
YUV 6.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 3 0 47 0.94 1 0 0.82 243.83 1 0.09
Hex 3 0 2F 5E 64 0 52 F4 64 9
Octal 3 0 57 136 144 0 122 364 144 11
Binary 11 0 101111 1011110 1100100 0 1010010 11110100 1100100 1001

Color Harmonies of #03002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03002F

Black with #03002F

Text Example


Text Example

White with #03002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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