#070D17

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

Shades of Black Pearl #070D17

Tints of Black Pearl #070D17

Color information

#070D17 (or 0x070D17) is unknown color: approx Black Pearl. HEX triplet: 07, 0D and 17. RGB value is (7,13,23). Sum of RGB (Red+Green+Blue) = 7+13+23=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #070D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D17 is #F8F2E8. Grayscale: #0C0C0C. Windows color (decimal): -16315113 or 1510663. OLE color: 1510663.

HSL color Cylindrical-coordinate representation of color #070D17: hue angle of 217.5º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #070D17 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB71323-
CMYK0.700.4300.91
HSL217.5º53.33%5.88%-
HSV(B)217.5º69.57%9.02%-
XYZ0.390.390.87-
YUV12.35134.01124.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 13 (5.47% from 255) = 30.23%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=16.28%
G=30.23%
B=53.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal713230.700.4300.91217.553.335.88
Hex7D17462B05Bda356
Octal71527106530133332656
Binary11111011011110001101010110101101111011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070D17; }

 p { color: rgb(7,13,23); }

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

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

 a { background-color: rgb(7,13,23); }

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

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

 span { border-color: rgb(7,13,23); }

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