Html Css Color HEX #00191F Black Pearl

📋 copy color: '#00191F'

red 0 ◦ green 25 ◦ blue 31

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

Shades of Black Pearl #00191F

Tints of Black Pearl #00191F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 25 (10.16% from 255) = 44.64%

 BLUE value IS 31 (12.5% from 255) = 55.36%

R = 0%
G = 44.64%
B = 55.36%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#00191F (or 0x00191F) is known color: Black Pearl. HEX triplet: 00, 19 and 1F. RGB value is (0,25,31). Sum of RGB (Red+Green+Blue) = 0+25+31=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #00191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00191F is #FFE6E0. Grayscale: #121212. Windows color (decimal): -16770785 or 2038016. OLE color: 2038016.

HSL color Cylindrical-coordinate representation of color #00191F: hue angle of 191.61º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00191F is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 25 31 -
CMYK 1 0.19 0 0.88
HSL 191.61º 1% 0.06% -
HSV(B) 191.61º 1% 0.12% -
XYZ 0.59 0.79 1.42 -
YUV 18.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 0 25 31 1 0.19 0 0.88 191.61 1 0.06
Hex 0 19 1F 64 13 0 58 C0 64 6
Octal 0 31 37 144 23 0 130 300 144 6
Binary 0 11001 11111 1100100 10011 0 1011000 11000000 1100100 110

Color Harmonies of #00191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00191F

Black with #00191F

Text Example


Text Example

White with #00191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00191F; }

 p { color: rgb(0,25,31); }

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

background-color css

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

 a { background-color: rgb(0,25,31); }

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

border-color css

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

 span { border-color: rgb(0,25,31); }

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