#06232C

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

Shades of Black Pearl #06232C

Tints of Black Pearl #06232C

Color information

#06232C (or 0x06232C) is unknown color: approx Black Pearl. HEX triplet: 06, 23 and 2C. RGB value is (6,35,44). Sum of RGB (Red+Green+Blue) = 6+35+44=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #06232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06232C is #F9DCD3. Grayscale: #1B1B1B. Windows color (decimal): -16374996 or 2892550. OLE color: 2892550.

HSL color Cylindrical-coordinate representation of color #06232C: hue angle of 194.21º 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 #06232C is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB63544-
CMYK0.860.2000.83
HSL194.21º76%9.8%-
HSV(B)194.21º86.36%17.25%-
XYZ1.131.422.6-
YUV27.35137.39112.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 44 (17.58% from 255) = 51.76%
R=7.06%
G=41.18%
B=51.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal635440.860.2000.83194.21769.8
Hex6232C5614053c24ca
Octal6435412624012330211412
Binary110100011101100101011010100010100111100001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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