Html Css Color HEX #071B1D Black Pearl

📋 copy color: '#071B1D'

red 7 ◦ green 27 ◦ blue 29

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

Shades of Black Pearl #071B1D

Tints of Black Pearl #071B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 42.86%

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

R = 11.11%
G = 42.86%
B = 46.03%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#071B1D (or 0x071B1D) is known color: Black Pearl. HEX triplet: 07, 1B and 1D. RGB value is (7,27,29). Sum of RGB (Red+Green+Blue) = 7+27+29=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #071B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B1D is #F8E4E2. Grayscale: #151515. Windows color (decimal): -16311523 or 1907463. OLE color: 1907463.

HSL color Cylindrical-coordinate representation of color #071B1D: hue angle of 185.45º 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 #071B1D is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 27 29 -
CMYK 0.76 0.07 0 0.89
HSL 185.45º 0.61% 0.07% -
HSV(B) 185.45º 0.76% 0.11% -
XYZ 0.7 0.92 1.3 -
YUV 21.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 7 27 29 0.76 0.07 0 0.89 185.45 0.61 0.07
Hex 7 1B 1D 4C 7 0 59 B9 3D 7
Octal 7 33 35 114 7 0 131 271 75 7
Binary 111 11011 11101 1001100 111 0 1011001 10111001 111101 111

Color Harmonies of #071B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071B1D

Black with #071B1D

Text Example


Text Example

White with #071B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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