Html Css Color HEX #031C37 Black Pearl

📋 copy color: '#031C37'

red 3 ◦ green 28 ◦ blue 55

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

Shades of Black Pearl #031C37

Tints of Black Pearl #031C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 32.56%

 BLUE value IS 55 (21.88% from 255) = 63.95%

R = 3.49%
G = 32.56%
B = 63.95%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#031C37 (or 0x031C37) is known color: Black Pearl. HEX triplet: 03, 1C and 37. RGB value is (3,28,55). Sum of RGB (Red+Green+Blue) = 3+28+55=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #031C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C37 is #FCE3C8. Grayscale: #171717. Windows color (decimal): -16573385 or 3611651. OLE color: 3611651.

HSL color Cylindrical-coordinate representation of color #031C37: hue angle of 211.15º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031C37 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 28 55 -
CMYK 0.95 0.49 0 0.78
HSL 211.15º 0.9% 0.11% -
HSV(B) 211.15º 0.95% 0.22% -
XYZ 1.14 1.13 3.77 -
YUV 23.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 3 28 55 0.95 0.49 0 0.78 211.15 0.9 0.11
Hex 3 1C 37 5F 31 0 4E D3 5A B
Octal 3 34 67 137 61 0 116 323 132 13
Binary 11 11100 110111 1011111 110001 0 1001110 11010011 1011010 1011

Color Harmonies of #031C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C37

Black with #031C37

Text Example


Text Example

White with #031C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031C37; }

 p { color: rgb(3,28,55); }

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

background-color css

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

 a { background-color: rgb(3,28,55); }

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

border-color css

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

 span { border-color: rgb(3,28,55); }

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