Html Css Color HEX #071A1D Black Pearl

📋 copy color: '#071A1D'

red 7 ◦ green 26 ◦ blue 29

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

Shades of Black Pearl #071A1D

Tints of Black Pearl #071A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 46.77%

R = 11.29%
G = 41.94%
B = 46.77%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#071A1D (or 0x071A1D) is known color: Black Pearl. HEX triplet: 07, 1A and 1D. RGB value is (7,26,29). Sum of RGB (Red+Green+Blue) = 7+26+29=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #071A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A1D is #F8E5E2. Grayscale: #141414. Windows color (decimal): -16311779 or 1907207. OLE color: 1907207.

HSL color Cylindrical-coordinate representation of color #071A1D: hue angle of 188.18º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #071A1D is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 26 29 -
CMYK 0.76 0.10 0 0.89
HSL 188.18º 0.61% 0.07% -
HSV(B) 188.18º 0.76% 0.11% -
XYZ 0.68 0.87 1.3 -
YUV 20.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 7 26 29 0.76 0.10 0 0.89 188.18 0.61 0.07
Hex 7 1A 1D 4C A 0 59 BC 3D 7
Octal 7 32 35 114 12 0 131 274 75 7
Binary 111 11010 11101 1001100 1010 0 1011001 10111100 111101 111

Color Harmonies of #071A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A1D

Black with #071A1D

Text Example


Text Example

White with #071A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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