#071C23

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

Shades of Black Pearl #071C23

Tints of Black Pearl #071C23

Color information

#071C23 (or 0x071C23) is unknown color: approx Black Pearl. HEX triplet: 07, 1C and 23. RGB value is (7,28,35). Sum of RGB (Red+Green+Blue) = 7+28+35=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: blue. Hex color #071C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C23 is #F8E3DC. Grayscale: #161616. Windows color (decimal): -16311261 or 2300935. OLE color: 2300935.

HSL color Cylindrical-coordinate representation of color #071C23: hue angle of 195º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #071C23 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB72835-
CMYK0.800.2000.86
HSL195º66.67%8.24%-
HSV(B)195º80%13.73%-
XYZ0.8111.74-
YUV22.52135.04116.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10%
GREEN value IS 28 (11.33% from 255) = 40%
BLUE value IS 35 (14.06% from 255) = 50%
R=10%
G=40%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal728350.800.2000.8619566.678.24
Hex71C235014056c3438
Octal7344312024012630310310
Binary11111100100011101000010100010101101100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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