Html Css Color HEX #07031C Black Russian

📋 copy color: '#07031C'

red 7 ◦ green 3 ◦ blue 28

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

Shades of Black Russian #07031C

Tints of Black Russian #07031C

RGB

 RED value IS 7 (3.13% from 255) = 18.42%

 GREEN value IS 3 (1.56% from 255) = 7.89%

 BLUE value IS 28 (11.33% from 255) = 73.68%

R = 18.42%
G = 7.89%
B = 73.68%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07031C (or 0x07031C) is known color: Black Russian. HEX triplet: 07, 03 and 1C. RGB value is (7,3,28). Sum of RGB (Red+Green+Blue) = 7+3+28=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #07031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07031C is #F8FCE3. Grayscale: #060606. Windows color (decimal): -16317668 or 1835783. OLE color: 1835783.

HSL color Cylindrical-coordinate representation of color #07031C: hue angle of 249.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07031C is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 3 28 -
CMYK 0.75 0.89 0 0.89
HSL 249.6º 0.81% 0.06% -
HSV(B) 249.6º 0.89% 0.11% -
XYZ 0.33 0.19 1.12 -
YUV 7.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 7 3 28 0.75 0.89 0 0.89 249.6 0.81 0.06
Hex 7 3 1C 4B 59 0 59 FA 51 6
Octal 7 3 34 113 131 0 131 372 121 6
Binary 111 11 11100 1001011 1011001 0 1011001 11111010 1010001 110

Color Harmonies of #07031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07031C

Black with #07031C

Text Example


Text Example

White with #07031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07031C; }

 p { color: rgb(7,3,28); }

 H1.HeaderClassName
 {
   color: #07031C;
 }
 .AnyTagClassName
 {
   color: #07031C;
 }
</style>

background-color css

<style>
 a { background-color: #07031C; }

 a { background-color: rgb(7,3,28); }

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

border-color css

<style>
 span { border-color: #07031C; }

 span { border-color: rgb(7,3,28); }

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