#06222A

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

Shades of Black Pearl #06222A

Tints of Black Pearl #06222A

Color information

#06222A (or 0x06222A) is unknown color: approx Black Pearl. HEX triplet: 06, 22 and 2A. RGB value is (6,34,42). Sum of RGB (Red+Green+Blue) = 6+34+42=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #06222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06222A is #F9DDD5. Grayscale: #1A1A1A. Windows color (decimal): -16375254 or 2761222. OLE color: 2761222.

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

Color convert

RGB63442-
CMYK0.860.1900.84
HSL193.33º75%9.41%-
HSV(B)193.33º85.71%16.47%-
XYZ1.071.352.39-
YUV26.54136.72113.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 34 (13.67% from 255) = 41.46%
BLUE value IS 42 (16.80% from 255) = 51.22%
R=7.32%
G=41.46%
B=51.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal634420.860.1900.84193.33759.41
Hex6222A5613054c14b9
Octal6425212623012430111311
Binary110100010101010101011010011010101001100000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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