#07152B

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

Shades of Black Pearl #07152B

Tints of Black Pearl #07152B

Color information

#07152B (or 0x07152B) is unknown color: approx Black Pearl. HEX triplet: 07, 15 and 2B. RGB value is (7,21,43). Sum of RGB (Red+Green+Blue) = 7+21+43=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 43 (17.19% from 255 or 60.56% from 71); Max value from RGB is 43 - color contains mainly: blue. Hex color #07152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07152B is #F8EAD4. Grayscale: #131313. Windows color (decimal): -16313045 or 2823431. OLE color: 2823431.

HSL color Cylindrical-coordinate representation of color #07152B: hue angle of 216.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07152B is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB72143-
CMYK0.840.5100.83
HSL216.67º72%9.8%-
HSV(B)216.67º83.72%16.86%-
XYZ0.790.762.39-
YUV19.32141.36119.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.86%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 43 (17.19% from 255) = 60.56%
R=9.86%
G=29.58%
B=60.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal721430.840.5100.83216.67729.8
Hex7152B5433053d948a
Octal7255312463012333111012
Binary111101011010111010100110011010100111101100110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07152B; }

 p { color: rgb(7,21,43); }

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

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

 a { background-color: rgb(7,21,43); }

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

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

 span { border-color: rgb(7,21,43); }

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