Html Css Color HEX #07012B Black Russian

📋 copy color: '#07012B'

red 7 ◦ green 1 ◦ blue 43

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

Shades of Black Russian #07012B

Tints of Black Russian #07012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.96%

 BLUE value IS 43 (17.19% from 255) = 84.31%

R = 13.73%
G = 1.96%
B = 84.31%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#07012B (or 0x07012B) is known color: Black Russian. HEX triplet: 07, 01 and 2B. RGB value is (7,1,43). Sum of RGB (Red+Green+Blue) = 7+1+43=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 43 (17.19% from 255 or 84.31% from 51); Max value from RGB is 43 - color contains mainly: blue. Hex color #07012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07012B is #F8FED4. Grayscale: #070707. Windows color (decimal): -16318165 or 2818311. OLE color: 2818311.

HSL color Cylindrical-coordinate representation of color #07012B: hue angle of 248.57º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07012B is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 7 1 43 -
CMYK 0.84 0.98 0 0.83
HSL 248.57º 0.95% 0.09% -
HSV(B) 248.57º 0.98% 0.17% -
XYZ 0.53 0.24 2.3 -
YUV 7.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 7 1 43 0.84 0.98 0 0.83 248.57 0.95 0.09
Hex 7 1 2B 54 62 0 53 F9 5F 9
Octal 7 1 53 124 142 0 123 371 137 11
Binary 111 1 101011 1010100 1100010 0 1010011 11111001 1011111 1001

Color Harmonies of #07012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07012B

Black with #07012B

Text Example


Text Example

White with #07012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07012B; }

 p { color: rgb(7,1,43); }

 H1.HeaderClassName
 {
   color: #07012B;
 }
 .AnyTagClassName
 {
   color: #07012B;
 }
</style>

background-color css

<style>
 a { background-color: #07012B; }

 a { background-color: rgb(7,1,43); }

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

border-color css

<style>
 span { border-color: #07012B; }

 span { border-color: rgb(7,1,43); }

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