#07232B

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

Shades of Black Pearl #07232B

Tints of Black Pearl #07232B

Color information

#07232B (or 0x07232B) is unknown color: approx Black Pearl. HEX triplet: 07, 23 and 2B. RGB value is (7,35,43). Sum of RGB (Red+Green+Blue) = 7+35+43=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #07232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07232B is #F8DCD4. Grayscale: #1B1B1B. Windows color (decimal): -16309461 or 2827015. OLE color: 2827015.

HSL color Cylindrical-coordinate representation of color #07232B: hue angle of 193.33º 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 #07232B is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB73543-
CMYK0.840.1900.83
HSL193.33º72%9.8%-
HSV(B)193.33º83.72%16.86%-
XYZ1.121.422.5-
YUV27.54136.72113.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.24%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 43 (17.19% from 255) = 50.59%
R=8.24%
G=41.18%
B=50.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal735430.840.1900.83193.33729.8
Hex7232B5413053c148a
Octal7435312423012330111012
Binary111100011101011101010010011010100111100000110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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