#062630

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

Shades of Black Pearl #062630

Tints of Black Pearl #062630

Color information

#062630 (or 0x062630) is unknown color: approx Black Pearl. HEX triplet: 06, 26 and 30. RGB value is (6,38,48). Sum of RGB (Red+Green+Blue) = 6+38+48=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #062630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062630 is #F9D9CF. Grayscale: #1D1D1D. Windows color (decimal): -16374224 or 3155462. OLE color: 3155462.

HSL color Cylindrical-coordinate representation of color #062630: hue angle of 194.29º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062630 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB63848-
CMYK0.870.2100.81
HSL194.29º77.78%10.59%-
HSV(B)194.29º87.5%18.82%-
XYZ1.31.643.04-
YUV29.57138.4111.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 48 (19.14% from 255) = 52.17%
R=6.52%
G=41.30%
B=52.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal638480.870.2100.81194.2977.7810.59
Hex626305715051c24eb
Octal6466012725012130211613
Binary110100110110000101011110101010100011100001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062630; }

 p { color: rgb(6,38,48); }

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

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

 a { background-color: rgb(6,38,48); }

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

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

 span { border-color: rgb(6,38,48); }

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