#00202B

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

Shades of Black Pearl #00202B

Tints of Black Pearl #00202B

Color information

#00202B (or 0x00202B) is unknown color: approx Black Pearl. HEX triplet: 00, 20 and 2B. RGB value is (0,32,43). Sum of RGB (Red+Green+Blue) = 0+32+43=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #00202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00202B is #FFDFD4. Grayscale: #171717. Windows color (decimal): -16768981 or 2826240. OLE color: 2826240.

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

Color convert

RGB03243-
CMYK10.2600.83
HSL195.35º100%8.43%-
HSV(B)195.35º100%16.86%-
XYZ0.951.212.47-
YUV23.69138.9111.11-

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) = 42.67%
BLUE value IS 43 (17.19% from 255) = 57.33%
R=0%
G=42.67%
B=57.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0324310.2600.83195.351008.43
Hex0202B641A053c3648
Octal0405314432012330314410
Binary0100000101011110010011010010100111100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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