Html Css Color HEX #031520 Black Pearl

📋 copy color: '#031520'

red 3 ◦ green 21 ◦ blue 32

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

Shades of Black Pearl #031520

Tints of Black Pearl #031520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 37.5%

 BLUE value IS 32 (12.89% from 255) = 57.14%

R = 5.36%
G = 37.5%
B = 57.14%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#031520 (or 0x031520) is known color: Black Pearl. HEX triplet: 03, 15 and 20. RGB value is (3,21,32). Sum of RGB (Red+Green+Blue) = 3+21+32=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #031520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031520 is #FCEADF. Grayscale: #101010. Windows color (decimal): -16575200 or 2102531. OLE color: 2102531.

HSL color Cylindrical-coordinate representation of color #031520: hue angle of 202.76º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031520 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 3 21 32 -
CMYK 0.91 0.34 0 0.87
HSL 202.76º 0.83% 0.07% -
HSV(B) 202.76º 0.91% 0.13% -
XYZ 0.57 0.66 1.46 -
YUV 16.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 3 21 32 0.91 0.34 0 0.87 202.76 0.83 0.07
Hex 3 15 20 5B 22 0 57 CB 53 7
Octal 3 25 40 133 42 0 127 313 123 7
Binary 11 10101 100000 1011011 100010 0 1010111 11001011 1010011 111

Color Harmonies of #031520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031520

Black with #031520

Text Example


Text Example

White with #031520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031520; }

 p { color: rgb(3,21,32); }

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

background-color css

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

 a { background-color: rgb(3,21,32); }

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

border-color css

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

 span { border-color: rgb(3,21,32); }

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