Html Css Color HEX #07191E Black Pearl

📋 copy color: '#07191E'

red 7 ◦ green 25 ◦ blue 30

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

Shades of Black Pearl #07191E

Tints of Black Pearl #07191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 40.32%

 BLUE value IS 30 (12.11% from 255) = 48.39%

R = 11.29%
G = 40.32%
B = 48.39%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07191E (or 0x07191E) is known color: Black Pearl. HEX triplet: 07, 19 and 1E. RGB value is (7,25,30). Sum of RGB (Red+Green+Blue) = 7+25+30=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #07191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07191E is #F8E6E1. Grayscale: #141414. Windows color (decimal): -16312034 or 1972487. OLE color: 1972487.

HSL color Cylindrical-coordinate representation of color #07191E: hue angle of 193.04º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07191E is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 25 30 -
CMYK 0.77 0.17 0 0.88
HSL 193.04º 0.62% 0.07% -
HSV(B) 193.04º 0.77% 0.12% -
XYZ 0.67 0.83 1.35 -
YUV 20.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 7 25 30 0.77 0.17 0 0.88 193.04 0.62 0.07
Hex 7 19 1E 4D 11 0 58 C1 3E 7
Octal 7 31 36 115 21 0 130 301 76 7
Binary 111 11001 11110 1001101 10001 0 1011000 11000001 111110 111

Color Harmonies of #07191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07191E

Black with #07191E

Text Example


Text Example

White with #07191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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