Html Css Color HEX #071A1B Black Pearl

📋 copy color: '#071A1B'

red 7 ◦ green 26 ◦ blue 27

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

Shades of Black Pearl #071A1B

Tints of Black Pearl #071A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 45%

R = 11.67%
G = 43.33%
B = 45%

CMYK

 C value IS 0.74

 M value IS 0.04

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#071A1B (or 0x071A1B) is known color: Black Pearl. HEX triplet: 07, 1A and 1B. RGB value is (7,26,27). Sum of RGB (Red+Green+Blue) = 7+26+27=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #071A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A1B is #F8E5E4. Grayscale: #141414. Windows color (decimal): -16311781 or 1776135. OLE color: 1776135.

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

Color convert

RGB 7 26 27 -
CMYK 0.74 0.04 0 0.89
HSL 183º 0.59% 0.07% -
HSV(B) 183º 0.74% 0.11% -
XYZ 0.65 0.86 1.17 -
YUV 20.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 7 26 27 0.74 0.04 0 0.89 183 0.59 0.07
Hex 7 1A 1B 4A 4 0 59 B7 3B 7
Octal 7 32 33 112 4 0 131 267 73 7
Binary 111 11010 11011 1001010 100 0 1011001 10110111 111011 111

Color Harmonies of #071A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A1B

Black with #071A1B

Text Example


Text Example

White with #071A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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