#071223

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

Shades of Black Pearl #071223

Tints of Black Pearl #071223

Color information

#071223 (or 0x071223) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 23. RGB value is (7,18,35). Sum of RGB (Red+Green+Blue) = 7+18+35=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 35 (14.06% from 255 or 58.33% from 60); Max value from RGB is 35 - color contains mainly: blue. Hex color #071223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071223 is #F8EDDC. Grayscale: #101010. Windows color (decimal): -16313821 or 2298375. OLE color: 2298375.

HSL color Cylindrical-coordinate representation of color #071223: hue angle of 216.43º 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 #071223 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB71835-
CMYK0.800.4900.86
HSL216.43º66.67%8.24%-
HSV(B)216.43º80%13.73%-
XYZ0.610.61.67-
YUV16.65138.36121.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.67%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 35 (14.06% from 255) = 58.33%
R=11.67%
G=30%
B=58.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal718350.800.4900.86216.4366.678.24
Hex712235031056d8438
Octal7224312061012633010310
Binary111100101000111010000110001010101101101100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071223; }

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

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

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

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

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

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

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

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