Html Css Color HEX #031429 Black Pearl

📋 copy color: '#031429'

red 3 ◦ green 20 ◦ blue 41

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

Shades of Black Pearl #031429

Tints of Black Pearl #031429

RGB

 RED value IS 3 (1.56% from 255) = 4.69%

 GREEN value IS 20 (8.2% from 255) = 31.25%

 BLUE value IS 41 (16.41% from 255) = 64.06%

R = 4.69%
G = 31.25%
B = 64.06%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#031429 (or 0x031429) is known color: Black Pearl. HEX triplet: 03, 14 and 29. RGB value is (3,20,41). Sum of RGB (Red+Green+Blue) = 3+20+41=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #031429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031429 is #FCEBD6. Grayscale: #111111. Windows color (decimal): -16575447 or 2692099. OLE color: 2692099.

HSL color Cylindrical-coordinate representation of color #031429: hue angle of 213.16º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031429 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 3 20 41 -
CMYK 0.93 0.51 0 0.84
HSL 213.16º 0.86% 0.09% -
HSV(B) 213.16º 0.93% 0.16% -
XYZ 0.69 0.68 2.19 -
YUV 17.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 3 20 41 0.93 0.51 0 0.84 213.16 0.86 0.09
Hex 3 14 29 5D 33 0 54 D5 56 9
Octal 3 24 51 135 63 0 124 325 126 11
Binary 11 10100 101001 1011101 110011 0 1010100 11010101 1010110 1001

Color Harmonies of #031429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031429

Black with #031429

Text Example


Text Example

White with #031429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031429; }

 p { color: rgb(3,20,41); }

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

background-color css

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

 a { background-color: rgb(3,20,41); }

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

border-color css

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

 span { border-color: rgb(3,20,41); }

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