Html Css Color HEX #07002E Black Russian

📋 copy color: '#07002E'

red 7 ◦ green 0 ◦ blue 46

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

Shades of Black Russian #07002E

Tints of Black Russian #07002E

RGB

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

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

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

R = 13.21%
G = 0%
B = 86.79%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#07002E (or 0x07002E) is known color: Black Russian. HEX triplet: 07, 00 and 2E. RGB value is (7,0,46). Sum of RGB (Red+Green+Blue) = 7+0+46=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 46 (18.36% from 255 or 86.79% from 53); Max value from RGB is 46 - color contains mainly: blue. Hex color #07002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07002E is #F8FFD1. Grayscale: #070707. Windows color (decimal): -16318418 or 3014663. OLE color: 3014663.

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

Color convert

RGB 7 0 46 -
CMYK 0.85 1 0 0.82
HSL 249.13º 1% 0.09% -
HSV(B) 249.13º 1% 0.18% -
XYZ 0.58 0.24 2.6 -
YUV 7.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 7 0 46 0.85 1 0 0.82 249.13 1 0.09
Hex 7 0 2E 55 64 0 52 F9 64 9
Octal 7 0 56 125 144 0 122 371 144 11
Binary 111 0 101110 1010101 1100100 0 1010010 11111001 1100100 1001

Color Harmonies of #07002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07002E

Black with #07002E

Text Example


Text Example

White with #07002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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