Html Css Color HEX #07052E Black Russian

📋 copy color: '#07052E'

red 7 ◦ green 5 ◦ blue 46

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

Shades of Black Russian #07052E

Tints of Black Russian #07052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.62%

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

R = 12.07%
G = 8.62%
B = 79.31%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#07052E (or 0x07052E) is known color: Black Russian. HEX triplet: 07, 05 and 2E. RGB value is (7,5,46). Sum of RGB (Red+Green+Blue) = 7+5+46=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 46 (18.36% from 255 or 79.31% from 58); Max value from RGB is 46 - color contains mainly: blue. Hex color #07052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07052E is #F8FAD1. Grayscale: #0A0A0A. Windows color (decimal): -16317138 or 3015943. OLE color: 3015943.

HSL color Cylindrical-coordinate representation of color #07052E: hue angle of 242.93º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07052E is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 5 46 -
CMYK 0.85 0.89 0 0.82
HSL 242.93º 0.8% 0.1% -
HSV(B) 242.93º 0.89% 0.18% -
XYZ 0.64 0.35 2.62 -
YUV 10.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 7 5 46 0.85 0.89 0 0.82 242.93 0.8 0.1
Hex 7 5 2E 55 59 0 52 F3 50 A
Octal 7 5 56 125 131 0 122 363 120 12
Binary 111 101 101110 1010101 1011001 0 1010010 11110011 1010000 1010

Color Harmonies of #07052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07052E

Black with #07052E

Text Example


Text Example

White with #07052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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