#002A35

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

Shades of Black Pearl #002A35

Tints of Black Pearl #002A35

Color information

#002A35 (or 0x002A35) is unknown color: approx Black Pearl. HEX triplet: 00, 2A and 35. RGB value is (0,42,53). Sum of RGB (Red+Green+Blue) = 0+42+53=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #002A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A35 is #FFD5CA. Grayscale: #1E1E1E. Windows color (decimal): -16766411 or 3484160. OLE color: 3484160.

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

Color convert

RGB04253-
CMYK10.2100.79
HSL192.45º100%10.39%-
HSV(B)192.45º100%20.78%-
XYZ1.471.913.66-
YUV30.7140.59106.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 53 (21.09% from 255) = 55.79%
R=0%
G=44.21%
B=55.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0425310.2100.79192.4510010.39
Hex02A35641504Fc064a
Octal0526514425011730014412
Binary0101010110101110010010101010011111100000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002A35; }

 p { color: rgb(0,42,53); }

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

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

 a { background-color: rgb(0,42,53); }

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

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

 span { border-color: rgb(0,42,53); }

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