Html Css Color HEX #031529 Black Pearl

📋 copy color: '#031529'

red 3 ◦ green 21 ◦ blue 41

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

Shades of Black Pearl #031529

Tints of Black Pearl #031529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 32.31%

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

R = 4.62%
G = 32.31%
B = 63.08%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#031529 (or 0x031529) is known color: Black Pearl. HEX triplet: 03, 15 and 29. RGB value is (3,21,41). Sum of RGB (Red+Green+Blue) = 3+21+41=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #031529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031529 is #FCEAD6. Grayscale: #111111. Windows color (decimal): -16575191 or 2692355. OLE color: 2692355.

HSL color Cylindrical-coordinate representation of color #031529: hue angle of 211.58º 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 #031529 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 3 21 41 -
CMYK 0.93 0.49 0 0.84
HSL 211.58º 0.86% 0.09% -
HSV(B) 211.58º 0.93% 0.16% -
XYZ 0.71 0.72 2.2 -
YUV 17.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 3 21 41 0.93 0.49 0 0.84 211.58 0.86 0.09
Hex 3 15 29 5D 31 0 54 D4 56 9
Octal 3 25 51 135 61 0 124 324 126 11
Binary 11 10101 101001 1011101 110001 0 1010100 11010100 1010110 1001

Color Harmonies of #031529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031529

Black with #031529

Text Example


Text Example

White with #031529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031529; }

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

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

background-color css

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

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

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

border-color css

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

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

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