Html Css Color HEX #031328 Black Pearl

📋 copy color: '#031328'

red 3 ◦ green 19 ◦ blue 40

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

Shades of Black Pearl #031328

Tints of Black Pearl #031328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.65%

 BLUE value IS 40 (16.02% from 255) = 64.52%

R = 4.84%
G = 30.65%
B = 64.52%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#031328 (or 0x031328) is known color: Black Pearl. HEX triplet: 03, 13 and 28. RGB value is (3,19,40). Sum of RGB (Red+Green+Blue) = 3+19+40=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #031328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031328 is #FCECD7. Grayscale: #101010. Windows color (decimal): -16575704 or 2626307. OLE color: 2626307.

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

Color convert

RGB 3 19 40 -
CMYK 0.93 0.52 0 0.84
HSL 214.05º 0.86% 0.08% -
HSV(B) 214.05º 0.93% 0.16% -
XYZ 0.65 0.64 2.1 -
YUV 16.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 3 19 40 0.93 0.52 0 0.84 214.05 0.86 0.08
Hex 3 13 28 5D 34 0 54 D6 56 8
Octal 3 23 50 135 64 0 124 326 126 10
Binary 11 10011 101000 1011101 110100 0 1010100 11010110 1010110 1000

Color Harmonies of #031328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031328

Black with #031328

Text Example


Text Example

White with #031328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031328; }

 p { color: rgb(3,19,40); }

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

background-color css

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

 a { background-color: rgb(3,19,40); }

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

border-color css

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

 span { border-color: rgb(3,19,40); }

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