Html Css Color HEX #002931 Black Pearl

📋 copy color: '#002931'

red 0 ◦ green 41 ◦ blue 49

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

Shades of Black Pearl #002931

Tints of Black Pearl #002931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 45.56%

 BLUE value IS 49 (19.53% from 255) = 54.44%

R = 0%
G = 45.56%
B = 54.44%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#002931 (or 0x002931) is known color: Black Pearl. HEX triplet: 00, 29 and 31. RGB value is (0,41,49). Sum of RGB (Red+Green+Blue) = 0+41+49=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 41 (16.41% from 255 or 45.56% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #002931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002931 is #FFD6CE. Grayscale: #1D1D1D. Windows color (decimal): -16766671 or 3221760. OLE color: 3221760.

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

Color convert

RGB 0 41 49 -
CMYK 1 0.16 0 0.81
HSL 189.8º 1% 0.1% -
HSV(B) 189.8º 1% 0.19% -
XYZ 1.35 1.81 3.18 -
YUV 29.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 0 41 49 1 0.16 0 0.81 189.8 1 0.1
Hex 0 29 31 64 10 0 51 BE 64 A
Octal 0 51 61 144 20 0 121 276 144 12
Binary 0 101001 110001 1100100 10000 0 1010001 10111110 1100100 1010

Color Harmonies of #002931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002931

Black with #002931

Text Example


Text Example

White with #002931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002931; }

 p { color: rgb(0,41,49); }

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

background-color css

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

 a { background-color: rgb(0,41,49); }

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

border-color css

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

 span { border-color: rgb(0,41,49); }

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