Html Css Color HEX #031219 Black Pearl

📋 copy color: '#031219'

red 3 ◦ green 18 ◦ blue 25

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

Shades of Black Pearl #031219

Tints of Black Pearl #031219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 39.13%

 BLUE value IS 25 (10.16% from 255) = 54.35%

R = 6.52%
G = 39.13%
B = 54.35%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#031219 (or 0x031219) is known color: Black Pearl. HEX triplet: 03, 12 and 19. RGB value is (3,18,25). Sum of RGB (Red+Green+Blue) = 3+18+25=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #031219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031219 is #FCEDE6. Grayscale: #0E0E0E. Windows color (decimal): -16575975 or 1643011. OLE color: 1643011.

HSL color Cylindrical-coordinate representation of color #031219: hue angle of 199.09º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031219 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 18 25 -
CMYK 0.88 0.28 0 0.90
HSL 199.09º 0.79% 0.05% -
HSV(B) 199.09º 0.88% 0.1% -
XYZ 0.43 0.52 1 -
YUV 14.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 3 18 25 0.88 0.28 0 0.90 199.09 0.79 0.05
Hex 3 12 19 58 1C 0 5A C7 4F 5
Octal 3 22 31 130 34 0 132 307 117 5
Binary 11 10010 11001 1011000 11100 0 1011010 11000111 1001111 101

Color Harmonies of #031219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031219

Black with #031219

Text Example


Text Example

White with #031219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031219; }

 p { color: rgb(3,18,25); }

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

background-color css

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

 a { background-color: rgb(3,18,25); }

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

border-color css

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

 span { border-color: rgb(3,18,25); }

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