Html Css Color HEX #07001B Black Russian

📋 copy color: '#07001B'

red 7 ◦ green 0 ◦ blue 27

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

Shades of Black Russian #07001B

Tints of Black Russian #07001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 79.41%

R = 20.59%
G = 0%
B = 79.41%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07001B (or 0x07001B) is known color: Black Russian. HEX triplet: 07, 00 and 1B. RGB value is (7,0,27). Sum of RGB (Red+Green+Blue) = 7+0+27=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 27 (10.94% from 255 or 79.41% from 34); Max value from RGB is 27 - color contains mainly: blue. Hex color #07001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07001B is #F8FFE4. Grayscale: #050505. Windows color (decimal): -16318437 or 1769479. OLE color: 1769479.

HSL color Cylindrical-coordinate representation of color #07001B: hue angle of 255.56º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07001B is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 0 27 -
CMYK 0.74 1 0 0.89
HSL 255.56º 1% 0.05% -
HSV(B) 255.56º 1% 0.11% -
XYZ 0.29 0.12 1.05 -
YUV 5.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 7 0 27 0.74 1 0 0.89 255.56 1 0.05
Hex 7 0 1B 4A 64 0 59 100 64 5
Octal 7 0 33 112 144 0 131 400 144 5
Binary 111 0 11011 1001010 1100100 0 1011001 100000000 1100100 101

Color Harmonies of #07001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07001B

Black with #07001B

Text Example


Text Example

White with #07001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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