#002630

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

Shades of Black Pearl #002630

Tints of Black Pearl #002630

Color information

#002630 (or 0x002630) is unknown color: approx Black Pearl. HEX triplet: 00, 26 and 30. RGB value is (0,38,48). Sum of RGB (Red+Green+Blue) = 0+38+48=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #002630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002630 is #FFD9CF. Grayscale: #1B1B1B. Windows color (decimal): -16767440 or 3155456. OLE color: 3155456.

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

Color convert

RGB03848-
CMYK10.2100.81
HSL192.5º100%9.41%-
HSV(B)192.5º100%18.82%-
XYZ1.231.63.04-
YUV27.78139.41108.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 44.19%
BLUE value IS 48 (19.14% from 255) = 55.81%
R=0%
G=44.19%
B=55.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0384810.2100.81192.51009.41
Hex026306415051c0649
Octal0466014425012130014411
Binary0100110110000110010010101010100011100000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002630; }

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

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

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

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

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

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

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

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