Html Css Color HEX #031323 Black Pearl

📋 copy color: '#031323'

red 3 ◦ green 19 ◦ blue 35

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

Shades of Black Pearl #031323

Tints of Black Pearl #031323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 61.4%

R = 5.26%
G = 33.33%
B = 61.4%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#031323 (or 0x031323) is known color: Black Pearl. HEX triplet: 03, 13 and 23. RGB value is (3,19,35). Sum of RGB (Red+Green+Blue) = 3+19+35=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #031323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031323 is #FCECDC. Grayscale: #0F0F0F. Windows color (decimal): -16575709 or 2298627. OLE color: 2298627.

HSL color Cylindrical-coordinate representation of color #031323: hue angle of 210º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031323 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 3 19 35 -
CMYK 0.91 0.46 0 0.86
HSL 210º 0.84% 0.07% -
HSV(B) 210º 0.91% 0.14% -
XYZ 0.57 0.61 1.68 -
YUV 16.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 3 19 35 0.91 0.46 0 0.86 210 0.84 0.07
Hex 3 13 23 5B 2E 0 56 D2 54 7
Octal 3 23 43 133 56 0 126 322 124 7
Binary 11 10011 100011 1011011 101110 0 1010110 11010010 1010100 111

Color Harmonies of #031323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031323

Black with #031323

Text Example


Text Example

White with #031323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031323; }

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

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

background-color css

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

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

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

border-color css

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

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

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