#06232A

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

Shades of Black Pearl #06232A

Tints of Black Pearl #06232A

Color information

#06232A (or 0x06232A) is unknown color: approx Black Pearl. HEX triplet: 06, 23 and 2A. RGB value is (6,35,42). Sum of RGB (Red+Green+Blue) = 6+35+42=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #06232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06232A is #F9DCD5. Grayscale: #1B1B1B. Windows color (decimal): -16374998 or 2761478. OLE color: 2761478.

HSL color Cylindrical-coordinate representation of color #06232A: hue angle of 191.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06232A is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB63542-
CMYK0.860.1700.84
HSL191.67º75%9.41%-
HSV(B)191.67º85.71%16.47%-
XYZ1.091.412.4-
YUV27.13136.39112.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 35 (14.06% from 255) = 42.17%
BLUE value IS 42 (16.80% from 255) = 50.60%
R=7.23%
G=42.17%
B=50.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal635420.860.1700.84191.67759.41
Hex6232A5611054c04b9
Octal6435212621012430011311
Binary110100011101010101011010001010101001100000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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