Html Css Color HEX #07002A Black Russian

📋 copy color: '#07002A'

red 7 ◦ green 0 ◦ blue 42

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

Shades of Black Russian #07002A

Tints of Black Russian #07002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 85.71%

R = 14.29%
G = 0%
B = 85.71%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#07002A (or 0x07002A) is known color: Black Russian. HEX triplet: 07, 00 and 2A. RGB value is (7,0,42). Sum of RGB (Red+Green+Blue) = 7+0+42=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 42 (16.80% from 255 or 85.71% from 49); Max value from RGB is 42 - color contains mainly: blue. Hex color #07002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07002A is #F8FFD5. Grayscale: #060606. Windows color (decimal): -16318422 or 2752519. OLE color: 2752519.

HSL color Cylindrical-coordinate representation of color #07002A: hue angle of 250º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07002A is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 0 42 -
CMYK 0.83 1 0 0.84
HSL 250º 1% 0.08% -
HSV(B) 250º 1% 0.16% -
XYZ 0.51 0.21 2.2 -
YUV 6.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 7 0 42 0.83 1 0 0.84 250 1 0.08
Hex 7 0 2A 53 64 0 54 FA 64 8
Octal 7 0 52 123 144 0 124 372 144 10
Binary 111 0 101010 1010011 1100100 0 1010100 11111010 1100100 1000

Color Harmonies of #07002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07002A

Black with #07002A

Text Example


Text Example

White with #07002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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