Html Css Color HEX #071122 Black Pearl

📋 copy color: '#071122'

red 7 ◦ green 17 ◦ blue 34

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

Shades of Black Pearl #071122

Tints of Black Pearl #071122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 29.31%

 BLUE value IS 34 (13.67% from 255) = 58.62%

R = 12.07%
G = 29.31%
B = 58.62%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#071122 (or 0x071122) is known color: Black Pearl. HEX triplet: 07, 11 and 22. RGB value is (7,17,34). Sum of RGB (Red+Green+Blue) = 7+17+34=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 34 (13.67% from 255 or 58.62% from 58); Max value from RGB is 34 - color contains mainly: blue. Hex color #071122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071122 is #F8EEDD. Grayscale: #0F0F0F. Windows color (decimal): -16314078 or 2232583. OLE color: 2232583.

HSL color Cylindrical-coordinate representation of color #071122: hue angle of 217.78º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #071122 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 17 34 -
CMYK 0.79 0.50 0 0.87
HSL 217.78º 0.66% 0.08% -
HSV(B) 217.78º 0.79% 0.13% -
XYZ 0.58 0.56 1.59 -
YUV 15.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 7 17 34 0.79 0.50 0 0.87 217.78 0.66 0.08
Hex 7 11 22 4F 32 0 57 DA 42 8
Octal 7 21 42 117 62 0 127 332 102 10
Binary 111 10001 100010 1001111 110010 0 1010111 11011010 1000010 1000

Color Harmonies of #071122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071122

Black with #071122

Text Example


Text Example

White with #071122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071122; }

 p { color: rgb(7,17,34); }

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

background-color css

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

 a { background-color: rgb(7,17,34); }

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

border-color css

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

 span { border-color: rgb(7,17,34); }

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