#002734

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

Shades of Black Pearl #002734

Tints of Black Pearl #002734

Color information

#002734 (or 0x002734) is unknown color: approx Black Pearl. HEX triplet: 00, 27 and 34. RGB value is (0,39,52). Sum of RGB (Red+Green+Blue) = 0+39+52=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #002734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002734 is #FFD8CB. Grayscale: #1C1C1C. Windows color (decimal): -16767180 or 3417856. OLE color: 3417856.

HSL color Cylindrical-coordinate representation of color #002734: hue angle of 195º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002734 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB03952-
CMYK10.2500.80
HSL195º100%10.2%-
HSV(B)195º100%20.39%-
XYZ1.351.73.51-
YUV28.82141.08107.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 42.86%
BLUE value IS 52 (20.70% from 255) = 57.14%
R=0%
G=42.86%
B=57.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0395210.2500.8019510010.2
Hex027346419050c364a
Octal0476414431012030314412
Binary0100111110100110010011001010100001100001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002734; }

 p { color: rgb(0,39,52); }

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

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

 a { background-color: rgb(0,39,52); }

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

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

 span { border-color: rgb(0,39,52); }

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