Html Css Color HEX #002431 Black Pearl

📋 copy color: '#002431'

red 0 ◦ green 36 ◦ blue 49

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

Shades of Black Pearl #002431

Tints of Black Pearl #002431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 42.35%

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

R = 0%
G = 42.35%
B = 57.65%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#002431 (or 0x002431) is known color: Black Pearl. HEX triplet: 00, 24 and 31. RGB value is (0,36,49). Sum of RGB (Red+Green+Blue) = 0+36+49=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #002431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002431 is #FFDBCE. Grayscale: #1A1A1A. Windows color (decimal): -16767951 or 3220480. OLE color: 3220480.

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

Color convert

RGB 0 36 49 -
CMYK 1 0.27 0 0.81
HSL 195.92º 1% 0.1% -
HSV(B) 195.92º 1% 0.19% -
XYZ 1.19 1.48 3.13 -
YUV 26.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 0 36 49 1 0.27 0 0.81 195.92 1 0.1
Hex 0 24 31 64 1B 0 51 C4 64 A
Octal 0 44 61 144 33 0 121 304 144 12
Binary 0 100100 110001 1100100 11011 0 1010001 11000100 1100100 1010

Color Harmonies of #002431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002431

Black with #002431

Text Example


Text Example

White with #002431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002431; }

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

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

background-color css

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

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

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

border-color css

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

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

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