Html Css Color HEX #00131E Black Pearl

📋 copy color: '#00131E'

red 0 ◦ green 19 ◦ blue 30

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

Shades of Black Pearl #00131E

Tints of Black Pearl #00131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 61.22%

R = 0%
G = 38.78%
B = 61.22%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#00131E (or 0x00131E) is known color: Black Pearl. HEX triplet: 00, 13 and 1E. RGB value is (0,19,30). Sum of RGB (Red+Green+Blue) = 0+19+30=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #00131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00131E is #FFECE1. Grayscale: #0E0E0E. Windows color (decimal): -16772322 or 1970944. OLE color: 1970944.

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

Color convert

RGB 0 19 30 -
CMYK 1 0.37 0 0.88
HSL 202º 1% 0.06% -
HSV(B) 202º 1% 0.12% -
XYZ 0.47 0.56 1.31 -
YUV 14.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 0 19 30 1 0.37 0 0.88 202 1 0.06
Hex 0 13 1E 64 25 0 58 CA 64 6
Octal 0 23 36 144 45 0 130 312 144 6
Binary 0 10011 11110 1100100 100101 0 1011000 11001010 1100100 110

Color Harmonies of #00131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00131E

Black with #00131E

Text Example


Text Example

White with #00131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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