Html Css Color HEX #071119 Black Pearl

📋 copy color: '#071119'

red 7 ◦ green 17 ◦ blue 25

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

Shades of Black Pearl #071119

Tints of Black Pearl #071119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 51.02%

R = 14.29%
G = 34.69%
B = 51.02%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#071119 (or 0x071119) is known color: Black Pearl. HEX triplet: 07, 11 and 19. RGB value is (7,17,25). Sum of RGB (Red+Green+Blue) = 7+17+25=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #071119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071119 is #F8EEE6. Grayscale: #0E0E0E. Windows color (decimal): -16314087 or 1642759. OLE color: 1642759.

HSL color Cylindrical-coordinate representation of color #071119: hue angle of 206.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #071119 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 7 17 25 -
CMYK 0.72 0.32 0 0.90
HSL 206.67º 0.56% 0.06% -
HSV(B) 206.67º 0.72% 0.1% -
XYZ 0.46 0.52 0.99 -
YUV 14.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 7 17 25 0.72 0.32 0 0.90 206.67 0.56 0.06
Hex 7 11 19 48 20 0 5A CF 38 6
Octal 7 21 31 110 40 0 132 317 70 6
Binary 111 10001 11001 1001000 100000 0 1011010 11001111 111000 110

Color Harmonies of #071119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071119

Black with #071119

Text Example


Text Example

White with #071119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071119; }

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

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

background-color css

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

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

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

border-color css

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

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

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