Html Css Color HEX #071019 Black Pearl

📋 copy color: '#071019'

red 7 ◦ green 16 ◦ blue 25

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

Shades of Black Pearl #071019

Tints of Black Pearl #071019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 33.33%

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

R = 14.58%
G = 33.33%
B = 52.08%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#071019 (or 0x071019) is known color: Black Pearl. HEX triplet: 07, 10 and 19. RGB value is (7,16,25). Sum of RGB (Red+Green+Blue) = 7+16+25=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #071019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071019 is #F8EFE6. Grayscale: #0E0E0E. Windows color (decimal): -16314343 or 1642503. OLE color: 1642503.

HSL color Cylindrical-coordinate representation of color #071019: hue angle of 210º 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 #071019 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 7 16 25 -
CMYK 0.72 0.36 0 0.90
HSL 210º 0.56% 0.06% -
HSV(B) 210º 0.72% 0.1% -
XYZ 0.45 0.49 0.99 -
YUV 14.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 7 16 25 0.72 0.36 0 0.90 210 0.56 0.06
Hex 7 10 19 48 24 0 5A D2 38 6
Octal 7 20 31 110 44 0 132 322 70 6
Binary 111 10000 11001 1001000 100100 0 1011010 11010010 111000 110

Color Harmonies of #071019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071019

Black with #071019

Text Example


Text Example

White with #071019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071019; }

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

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

background-color css

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

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

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

border-color css

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

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

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