Html Css Color HEX #031428 Black Pearl

📋 copy color: '#031428'

red 3 ◦ green 20 ◦ blue 40

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

Shades of Black Pearl #031428

Tints of Black Pearl #031428

RGB

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

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

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

R = 4.76%
G = 31.75%
B = 63.49%

CMYK

 C value IS 0.93

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#031428 (or 0x031428) is known color: Black Pearl. HEX triplet: 03, 14 and 28. RGB value is (3,20,40). Sum of RGB (Red+Green+Blue) = 3+20+40=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #031428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031428 is #FCEBD7. Grayscale: #111111. Windows color (decimal): -16575448 or 2626563. OLE color: 2626563.

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

Color convert

RGB 3 20 40 -
CMYK 0.93 0.5 0 0.84
HSL 212.43º 0.86% 0.08% -
HSV(B) 212.43º 0.93% 0.16% -
XYZ 0.67 0.67 2.1 -
YUV 17.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 3 20 40 0.93 0.5 0 0.84 212.43 0.86 0.08
Hex 3 14 28 5D 32 0 54 D4 56 8
Octal 3 24 50 135 62 0 124 324 126 10
Binary 11 10100 101000 1011101 110010 0 1010100 11010100 1010110 1000

Color Harmonies of #031428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031428

Black with #031428

Text Example


Text Example

White with #031428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031428; }

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

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

background-color css

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

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

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

border-color css

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

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

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