#06232B

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

Shades of Black Pearl #06232B

Tints of Black Pearl #06232B

Color information

#06232B (or 0x06232B) is unknown color: approx Black Pearl. HEX triplet: 06, 23 and 2B. RGB value is (6,35,43). Sum of RGB (Red+Green+Blue) = 6+35+43=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #06232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06232B is #F9DCD4. Grayscale: #1B1B1B. Windows color (decimal): -16374997 or 2827014. OLE color: 2827014.

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

Color convert

RGB63543-
CMYK0.860.1900.83
HSL192.97º75.51%9.61%-
HSV(B)192.97º86.05%16.86%-
XYZ1.111.422.5-
YUV27.24136.89112.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 35 (14.06% from 255) = 41.67%
BLUE value IS 43 (17.19% from 255) = 51.19%
R=7.14%
G=41.67%
B=51.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal635430.860.1900.83192.9775.519.61
Hex6232B5613053c14ca
Octal6435312623012330111412
Binary110100011101011101011010011010100111100000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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