Html Css Color HEX #071A1E Black Pearl

📋 copy color: '#071A1E'

red 7 ◦ green 26 ◦ blue 30

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

Shades of Black Pearl #071A1E

Tints of Black Pearl #071A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 41.27%

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

R = 11.11%
G = 41.27%
B = 47.62%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#071A1E (or 0x071A1E) is known color: Black Pearl. HEX triplet: 07, 1A and 1E. RGB value is (7,26,30). Sum of RGB (Red+Green+Blue) = 7+26+30=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #071A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A1E is #F8E5E1. Grayscale: #141414. Windows color (decimal): -16311778 or 1972743. OLE color: 1972743.

HSL color Cylindrical-coordinate representation of color #071A1E: hue angle of 190.43º 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 #071A1E is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 26 30 -
CMYK 0.77 0.13 0 0.88
HSL 190.43º 0.62% 0.07% -
HSV(B) 190.43º 0.77% 0.12% -
XYZ 0.69 0.88 1.36 -
YUV 20.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 7 26 30 0.77 0.13 0 0.88 190.43 0.62 0.07
Hex 7 1A 1E 4D D 0 58 BE 3E 7
Octal 7 32 36 115 15 0 130 276 76 7
Binary 111 11010 11110 1001101 1101 0 1011000 10111110 111110 111

Color Harmonies of #071A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A1E

Black with #071A1E

Text Example


Text Example

White with #071A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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