#071C2A

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

Shades of Black Pearl #071C2A

Tints of Black Pearl #071C2A

Color information

#071C2A (or 0x071C2A) is unknown color: approx Black Pearl. HEX triplet: 07, 1C and 2A. RGB value is (7,28,42). Sum of RGB (Red+Green+Blue) = 7+28+42=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #071C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C2A is #F8E3D5. Grayscale: #171717. Windows color (decimal): -16311254 or 2759687. OLE color: 2759687.

HSL color Cylindrical-coordinate representation of color #071C2A: hue angle of 204º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #071C2A is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB72842-
CMYK0.830.3300.84
HSL204º71.43%9.61%-
HSV(B)204º83.33%16.47%-
XYZ0.921.042.34-
YUV23.32138.54116.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 28 (11.33% from 255) = 36.36%
BLUE value IS 42 (16.80% from 255) = 54.55%
R=9.09%
G=36.36%
B=54.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal728420.830.3300.8420471.439.61
Hex71C2A5321054cc47a
Octal7345212341012431410712
Binary111111001010101010011100001010101001100110010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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