Html Css Color HEX #071228 Black Russian

📋 copy color: '#071228'

red 7 ◦ green 18 ◦ blue 40

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

Shades of Black Russian #071228

Tints of Black Russian #071228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.69%

 BLUE value IS 40 (16.02% from 255) = 61.54%

R = 10.77%
G = 27.69%
B = 61.54%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#071228 (or 0x071228) is known color: Black Russian. HEX triplet: 07, 12 and 28. RGB value is (7,18,40). Sum of RGB (Red+Green+Blue) = 7+18+40=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #071228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071228 is #F8EDD7. Grayscale: #111111. Windows color (decimal): -16313816 or 2626055. OLE color: 2626055.

HSL color Cylindrical-coordinate representation of color #071228: hue angle of 220º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071228 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 18 40 -
CMYK 0.83 0.55 0 0.84
HSL 220º 0.7% 0.09% -
HSV(B) 220º 0.83% 0.16% -
XYZ 0.69 0.63 2.09 -
YUV 17.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 7 18 40 0.83 0.55 0 0.84 220 0.7 0.09
Hex 7 12 28 53 37 0 54 DC 46 9
Octal 7 22 50 123 67 0 124 334 106 11
Binary 111 10010 101000 1010011 110111 0 1010100 11011100 1000110 1001

Color Harmonies of #071228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071228

Black with #071228

Text Example


Text Example

White with #071228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071228; }

 p { color: rgb(7,18,40); }

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

background-color css

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

 a { background-color: rgb(7,18,40); }

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

border-color css

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

 span { border-color: rgb(7,18,40); }

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