#07181D

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

Shades of Black Pearl #07181D

Tints of Black Pearl #07181D

Color information

#07181D (or 0x07181D) is unknown color: approx Black Pearl. HEX triplet: 07, 18 and 1D. RGB value is (7,24,29). Sum of RGB (Red+Green+Blue) = 7+24+29=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #07181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07181D is #F8E7E2. Grayscale: #131313. Windows color (decimal): -16312291 or 1906695. OLE color: 1906695.

HSL color Cylindrical-coordinate representation of color #07181D: hue angle of 193.64º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #07181D is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB72429-
CMYK0.760.1700.89
HSL193.64º61.11%7.06%-
HSV(B)193.64º75.86%11.37%-
XYZ0.640.791.28-
YUV19.49133.37119.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.67%
GREEN value IS 24 (9.77% from 255) = 40%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=11.67%
G=40%
B=48.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal724290.760.1700.89193.6461.117.06
Hex7181D4C11059c23d7
Octal73035114210131302757
Binary11111000111011001100100010101100111000010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07181D; }

 p { color: rgb(7,24,29); }

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

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

 a { background-color: rgb(7,24,29); }

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

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

 span { border-color: rgb(7,24,29); }

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