Html Css Color HEX #00202F Black Pearl

📋 copy color: '#00202F'

red 0 ◦ green 32 ◦ blue 47

#00202F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #00202F

Tints of Black Pearl #00202F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 32 (12.89% from 255) = 40.51%

 BLUE value IS 47 (18.75% from 255) = 59.49%

R = 0%
G = 40.51%
B = 59.49%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00202F (or 0x00202F) is known color: Black Pearl. HEX triplet: 00, 20 and 2F. RGB value is (0,32,47). Sum of RGB (Red+Green+Blue) = 0+32+47=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #00202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00202F is #FFDFD0. Grayscale: #181818. Windows color (decimal): -16768977 or 3088384. OLE color: 3088384.

HSL color Cylindrical-coordinate representation of color #00202F: hue angle of 199.15º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00202F is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 32 47 -
CMYK 1 0.32 0 0.82
HSL 199.15º 1% 0.09% -
HSV(B) 199.15º 1% 0.18% -
XYZ 1.03 1.24 2.87 -
YUV 24.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 0 32 47 1 0.32 0 0.82 199.15 1 0.09
Hex 0 20 2F 64 20 0 52 C7 64 9
Octal 0 40 57 144 40 0 122 307 144 11
Binary 0 100000 101111 1100100 100000 0 1010010 11000111 1100100 1001

Color Harmonies of #00202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00202F

Black with #00202F

Text Example


Text Example

White with #00202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00202F;
 }
 .AnyTagClassName
 {
   color: #00202F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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