Html Css Color HEX #002531 Black Pearl

📋 copy color: '#002531'

red 0 ◦ green 37 ◦ blue 49

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

Shades of Black Pearl #002531

Tints of Black Pearl #002531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.02%

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

R = 0%
G = 43.02%
B = 56.98%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#002531 (or 0x002531) is known color: Black Pearl. HEX triplet: 00, 25 and 31. RGB value is (0,37,49). Sum of RGB (Red+Green+Blue) = 0+37+49=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #002531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002531 is #FFDACE. Grayscale: #1B1B1B. Windows color (decimal): -16767695 or 3220736. OLE color: 3220736.

HSL color Cylindrical-coordinate representation of color #002531: hue angle of 194.69º 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 #002531 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 37 49 -
CMYK 1 0.24 0 0.81
HSL 194.69º 1% 0.1% -
HSV(B) 194.69º 1% 0.19% -
XYZ 1.22 1.54 3.14 -
YUV 27.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 0 37 49 1 0.24 0 0.81 194.69 1 0.1
Hex 0 25 31 64 18 0 51 C3 64 A
Octal 0 45 61 144 30 0 121 303 144 12
Binary 0 100101 110001 1100100 11000 0 1010001 11000011 1100100 1010

Color Harmonies of #002531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002531

Black with #002531

Text Example


Text Example

White with #002531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002531; }

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

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

background-color css

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

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

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

border-color css

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

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

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