#071C1F

Color #071C1F Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #071C1F

Tints of Black Pearl #071C1F

Color information

#071C1F (or 0x071C1F) is unknown color: approx Black Pearl. HEX triplet: 07, 1C and 1F. RGB value is (7,28,31). Sum of RGB (Red+Green+Blue) = 7+28+31=66 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.61% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #071C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C1F is #F8E3E0. Grayscale: #161616. Windows color (decimal): -16311265 or 2038791. OLE color: 2038791.

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

Color convert

RGB72831-
CMYK0.770.1000.88
HSL187.5º63.16%7.45%-
HSV(B)187.5º77.42%12.16%-
XYZ0.750.971.44-
YUV22.06133.04117.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.61%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 31 (12.5% from 255) = 46.97%
R=10.61%
G=42.42%
B=46.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal728310.770.1000.88187.563.167.45
Hex71C1F4DA058bc3f7
Octal73437115120130274777
Binary1111110011111100110110100101100010111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,28,31); }

 H1.HeaderClassName
 {
   color: #071C1F;
 }
 .AnyTagClassName
 {
   color: #071C1F;
 }
</style>
background-color css

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

 a { background-color: rgb(7,28,31); }

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

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

 span { border-color: rgb(7,28,31); }

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