Html Css Color HEX #00131F Black Pearl

📋 copy color: '#00131F'

red 0 ◦ green 19 ◦ blue 31

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

Shades of Black Pearl #00131F

Tints of Black Pearl #00131F

RGB

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

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

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

R = 0%
G = 38%
B = 62%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#00131F (or 0x00131F) is known color: Black Pearl. HEX triplet: 00, 13 and 1F. RGB value is (0,19,31). Sum of RGB (Red+Green+Blue) = 0+19+31=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #00131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00131F is #FFECE0. Grayscale: #0E0E0E. Windows color (decimal): -16772321 or 2036480. OLE color: 2036480.

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

Color convert

RGB 0 19 31 -
CMYK 1 0.39 0 0.88
HSL 203.23º 1% 0.06% -
HSV(B) 203.23º 1% 0.12% -
XYZ 0.48 0.56 1.38 -
YUV 14.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 0 19 31 1 0.39 0 0.88 203.23 1 0.06
Hex 0 13 1F 64 27 0 58 CB 64 6
Octal 0 23 37 144 47 0 130 313 144 6
Binary 0 10011 11111 1100100 100111 0 1011000 11001011 1100100 110

Color Harmonies of #00131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00131F

Black with #00131F

Text Example


Text Example

White with #00131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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