#00202A

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

Shades of Black Pearl #00202A

Tints of Black Pearl #00202A

Color information

#00202A (or 0x00202A) is unknown color: approx Black Pearl. HEX triplet: 00, 20 and 2A. RGB value is (0,32,42). Sum of RGB (Red+Green+Blue) = 0+32+42=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #00202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00202A is #FFDFD5. Grayscale: #171717. Windows color (decimal): -16768982 or 2760704. OLE color: 2760704.

HSL color Cylindrical-coordinate representation of color #00202A: hue angle of 194.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00202A is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB03242-
CMYK10.2400.84
HSL194.29º100%8.24%-
HSV(B)194.29º100%16.47%-
XYZ0.931.22.37-
YUV23.57138.4111.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 43.24%
BLUE value IS 42 (16.80% from 255) = 56.76%
R=0%
G=43.24%
B=56.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0324210.2400.84194.291008.24
Hex0202A6418054c2648
Octal0405214430012430214410
Binary0100000101010110010011000010101001100001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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