Html Css Color HEX #07042B Black Russian

📋 copy color: '#07042B'

red 7 ◦ green 4 ◦ blue 43

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

Shades of Black Russian #07042B

Tints of Black Russian #07042B

RGB

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

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

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

R = 12.96%
G = 7.41%
B = 79.63%

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

#07042B (or 0x07042B) is known color: Black Russian. HEX triplet: 07, 04 and 2B. RGB value is (7,4,43). Sum of RGB (Red+Green+Blue) = 7+4+43=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 43 (17.19% from 255 or 79.63% from 54); Max value from RGB is 43 - color contains mainly: blue. Hex color #07042B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07042B is #F8FBD4. Grayscale: #090909. Windows color (decimal): -16317397 or 2819079. OLE color: 2819079.

HSL color Cylindrical-coordinate representation of color #07042B: hue angle of 244.62º 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 #07042B is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 7 4 43 -
CMYK 0.84 0.91 0 0.83
HSL 244.62º 0.83% 0.09% -
HSV(B) 244.62º 0.91% 0.17% -
XYZ 0.57 0.31 2.31 -
YUV 9.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 7 4 43 0.84 0.91 0 0.83 244.62 0.83 0.09
Hex 7 4 2B 54 5B 0 53 F5 53 9
Octal 7 4 53 124 133 0 123 365 123 11
Binary 111 100 101011 1010100 1011011 0 1010011 11110101 1010011 1001

Color Harmonies of #07042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07042B

Black with #07042B

Text Example


Text Example

White with #07042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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