Html Css Color HEX #00191C Black Pearl

📋 copy color: '#00191C'

red 0 ◦ green 25 ◦ blue 28

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

Shades of Black Pearl #00191C

Tints of Black Pearl #00191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 52.83%

R = 0%
G = 47.17%
B = 52.83%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00191C (or 0x00191C) is known color: Black Pearl. HEX triplet: 00, 19 and 1C. RGB value is (0,25,28). Sum of RGB (Red+Green+Blue) = 0+25+28=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #00191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00191C is #FFE6E3. Grayscale: #111111. Windows color (decimal): -16770788 or 1841408. OLE color: 1841408.

HSL color Cylindrical-coordinate representation of color #00191C: hue angle of 186.43º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00191C is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 25 28 -
CMYK 1 0.11 0 0.89
HSL 186.43º 1% 0.05% -
HSV(B) 186.43º 1% 0.11% -
XYZ 0.56 0.78 1.22 -
YUV 17.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 0 25 28 1 0.11 0 0.89 186.43 1 0.05
Hex 0 19 1C 64 B 0 59 BA 64 5
Octal 0 31 34 144 13 0 131 272 144 5
Binary 0 11001 11100 1100100 1011 0 1011001 10111010 1100100 101

Color Harmonies of #00191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00191C

Black with #00191C

Text Example


Text Example

White with #00191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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