Html Css Color HEX #07002D Black Russian

📋 copy color: '#07002D'

red 7 ◦ green 0 ◦ blue 45

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

Shades of Black Russian #07002D

Tints of Black Russian #07002D

RGB

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

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

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

R = 13.46%
G = 0%
B = 86.54%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#07002D (or 0x07002D) is known color: Black Russian. HEX triplet: 07, 00 and 2D. RGB value is (7,0,45). Sum of RGB (Red+Green+Blue) = 7+0+45=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 45 (17.97% from 255 or 86.54% from 52); Max value from RGB is 45 - color contains mainly: blue. Hex color #07002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07002D is #F8FFD2. Grayscale: #070707. Windows color (decimal): -16318419 or 2949127. OLE color: 2949127.

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

Color convert

RGB 7 0 45 -
CMYK 0.84 1 0 0.82
HSL 249.33º 1% 0.09% -
HSV(B) 249.33º 1% 0.18% -
XYZ 0.56 0.23 2.5 -
YUV 7.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 7 0 45 0.84 1 0 0.82 249.33 1 0.09
Hex 7 0 2D 54 64 0 52 F9 64 9
Octal 7 0 55 124 144 0 122 371 144 11
Binary 111 0 101101 1010100 1100100 0 1010010 11111001 1100100 1001

Color Harmonies of #07002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07002D

Black with #07002D

Text Example


Text Example

White with #07002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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