Html Css Color HEX #07042C Black Russian

📋 copy color: '#07042C'

red 7 ◦ green 4 ◦ blue 44

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

Shades of Black Russian #07042C

Tints of Black Russian #07042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.27%

 BLUE value IS 44 (17.58% from 255) = 80%

R = 12.73%
G = 7.27%
B = 80%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#07042C (or 0x07042C) is known color: Black Russian. HEX triplet: 07, 04 and 2C. RGB value is (7,4,44). Sum of RGB (Red+Green+Blue) = 7+4+44=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 44 (17.58% from 255 or 80% from 55); Max value from RGB is 44 - color contains mainly: blue. Hex color #07042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07042C is #F8FBD3. Grayscale: #090909. Windows color (decimal): -16317396 or 2884615. OLE color: 2884615.

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

Color convert

RGB 7 4 44 -
CMYK 0.84 0.91 0 0.83
HSL 244.5º 0.83% 0.09% -
HSV(B) 244.5º 0.91% 0.17% -
XYZ 0.59 0.31 2.41 -
YUV 9.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 7 4 44 0.84 0.91 0 0.83 244.5 0.83 0.09
Hex 7 4 2C 54 5B 0 53 F4 53 9
Octal 7 4 54 124 133 0 123 364 123 11
Binary 111 100 101100 1010100 1011011 0 1010011 11110100 1010011 1001

Color Harmonies of #07042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07042C

Black with #07042C

Text Example


Text Example

White with #07042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07042C; }

 p { color: rgb(7,4,44); }

 H1.HeaderClassName
 {
   color: #07042C;
 }
 .AnyTagClassName
 {
   color: #07042C;
 }
</style>

background-color css

<style>
 a { background-color: #07042C; }

 a { background-color: rgb(7,4,44); }

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

border-color css

<style>
 span { border-color: #07042C; }

 span { border-color: rgb(7,4,44); }

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