Html Css Color HEX #031119 Black Pearl

📋 copy color: '#031119'

red 3 ◦ green 17 ◦ blue 25

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

Shades of Black Pearl #031119

Tints of Black Pearl #031119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 37.78%

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

R = 6.67%
G = 37.78%
B = 55.56%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#031119 (or 0x031119) is known color: Black Pearl. HEX triplet: 03, 11 and 19. RGB value is (3,17,25). Sum of RGB (Red+Green+Blue) = 3+17+25=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #031119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031119 is #FCEEE6. Grayscale: #0D0D0D. Windows color (decimal): -16576231 or 1642755. OLE color: 1642755.

HSL color Cylindrical-coordinate representation of color #031119: hue angle of 201.82º 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 #031119 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 17 25 -
CMYK 0.88 0.32 0 0.90
HSL 201.82º 0.79% 0.05% -
HSV(B) 201.82º 0.88% 0.1% -
XYZ 0.41 0.49 0.99 -
YUV 13.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 3 17 25 0.88 0.32 0 0.90 201.82 0.79 0.05
Hex 3 11 19 58 20 0 5A CA 4F 5
Octal 3 21 31 130 40 0 132 312 117 5
Binary 11 10001 11001 1011000 100000 0 1011010 11001010 1001111 101

Color Harmonies of #031119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031119

Black with #031119

Text Example


Text Example

White with #031119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031119; }

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

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

background-color css

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

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

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

border-color css

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

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

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