Html Css Color HEX #00131D Black Pearl

📋 copy color: '#00131D'

red 0 ◦ green 19 ◦ blue 29

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

Shades of Black Pearl #00131D

Tints of Black Pearl #00131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 60.42%

R = 0%
G = 39.58%
B = 60.42%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00131D (or 0x00131D) is known color: Black Pearl. HEX triplet: 00, 13 and 1D. RGB value is (0,19,29). Sum of RGB (Red+Green+Blue) = 0+19+29=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #00131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00131D is #FFECE2. Grayscale: #0E0E0E. Windows color (decimal): -16772323 or 1905408. OLE color: 1905408.

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

Color convert

RGB 0 19 29 -
CMYK 1 0.34 0 0.89
HSL 200.69º 1% 0.06% -
HSV(B) 200.69º 1% 0.11% -
XYZ 0.45 0.55 1.25 -
YUV 14.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 0 19 29 1 0.34 0 0.89 200.69 1 0.06
Hex 0 13 1D 64 22 0 59 C9 64 6
Octal 0 23 35 144 42 0 131 311 144 6
Binary 0 10011 11101 1100100 100010 0 1011001 11001001 1100100 110

Color Harmonies of #00131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00131D

Black with #00131D

Text Example


Text Example

White with #00131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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