Html Css Color HEX #031325 Black Pearl

📋 copy color: '#031325'

red 3 ◦ green 19 ◦ blue 37

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

Shades of Black Pearl #031325

Tints of Black Pearl #031325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 62.71%

R = 5.08%
G = 32.2%
B = 62.71%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#031325 (or 0x031325) is known color: Black Pearl. HEX triplet: 03, 13 and 25. RGB value is (3,19,37). Sum of RGB (Red+Green+Blue) = 3+19+37=59 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.08% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #031325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031325 is #FCECDA. Grayscale: #101010. Windows color (decimal): -16575707 or 2429699. OLE color: 2429699.

HSL color Cylindrical-coordinate representation of color #031325: hue angle of 211.76º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031325 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 3 19 37 -
CMYK 0.92 0.49 0 0.85
HSL 211.76º 0.85% 0.08% -
HSV(B) 211.76º 0.92% 0.15% -
XYZ 0.6 0.62 1.84 -
YUV 16.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 3 19 37 0.92 0.49 0 0.85 211.76 0.85 0.08
Hex 3 13 25 5C 31 0 55 D4 55 8
Octal 3 23 45 134 61 0 125 324 125 10
Binary 11 10011 100101 1011100 110001 0 1010101 11010100 1010101 1000

Color Harmonies of #031325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031325

Black with #031325

Text Example


Text Example

White with #031325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031325; }

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

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

background-color css

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

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

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

border-color css

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

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

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