Html Css Color HEX #00131C Black Pearl

📋 copy color: '#00131C'

red 0 ◦ green 19 ◦ blue 28

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

Shades of Black Pearl #00131C

Tints of Black Pearl #00131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 40.43%

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

R = 0%
G = 40.43%
B = 59.57%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00131C (or 0x00131C) is known color: Black Pearl. HEX triplet: 00, 13 and 1C. RGB value is (0,19,28). Sum of RGB (Red+Green+Blue) = 0+19+28=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #00131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00131C is #FFECE3. Grayscale: #0E0E0E. Windows color (decimal): -16772324 or 1839872. OLE color: 1839872.

HSL color Cylindrical-coordinate representation of color #00131C: hue angle of 199.29º 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 #00131C is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 19 28 -
CMYK 1 0.32 0 0.89
HSL 199.29º 1% 0.05% -
HSV(B) 199.29º 1% 0.11% -
XYZ 0.44 0.55 1.18 -
YUV 14.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 0 19 28 1 0.32 0 0.89 199.29 1 0.05
Hex 0 13 1C 64 20 0 59 C7 64 5
Octal 0 23 34 144 40 0 131 307 144 5
Binary 0 10011 11100 1100100 100000 0 1011001 11000111 1100100 101

Color Harmonies of #00131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00131C

Black with #00131C

Text Example


Text Example

White with #00131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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