Html Css Color HEX #070023 Black Russian

📋 copy color: '#070023'

red 7 ◦ green 0 ◦ blue 35

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

Shades of Black Russian #070023

Tints of Black Russian #070023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 83.33%

R = 16.67%
G = 0%
B = 83.33%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#070023 (or 0x070023) is known color: Black Russian. HEX triplet: 07, 00 and 23. RGB value is (7,0,35). Sum of RGB (Red+Green+Blue) = 7+0+35=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 35 (14.06% from 255 or 83.33% from 42); Max value from RGB is 35 - color contains mainly: blue. Hex color #070023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070023 is #F8FFDC. Grayscale: #050505. Windows color (decimal): -16318429 or 2293767. OLE color: 2293767.

HSL color Cylindrical-coordinate representation of color #070023: hue angle of 252º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070023 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 0 35 -
CMYK 0.80 1 0 0.86
HSL 252º 1% 0.07% -
HSV(B) 252º 1% 0.14% -
XYZ 0.39 0.17 1.6 -
YUV 6.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 7 0 35 0.80 1 0 0.86 252 1 0.07
Hex 7 0 23 50 64 0 56 FC 64 7
Octal 7 0 43 120 144 0 126 374 144 7
Binary 111 0 100011 1010000 1100100 0 1010110 11111100 1100100 111

Color Harmonies of #070023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070023

Black with #070023

Text Example


Text Example

White with #070023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070023; }

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

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

background-color css

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

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

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

border-color css

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

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

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