Html Css Color HEX #00142C Black Pearl

📋 copy color: '#00142C'

red 0 ◦ green 20 ◦ blue 44

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

Shades of Black Pearl #00142C

Tints of Black Pearl #00142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.25%

 BLUE value IS 44 (17.58% from 255) = 68.75%

R = 0%
G = 31.25%
B = 68.75%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#00142C (or 0x00142C) is known color: Black Pearl. HEX triplet: 00, 14 and 2C. RGB value is (0,20,44). Sum of RGB (Red+Green+Blue) = 0+20+44=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 44 (17.58% from 255 or 68.75% from 64); Max value from RGB is 44 - color contains mainly: blue. Hex color #00142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00142C is #FFEBD3. Grayscale: #101010. Windows color (decimal): -16772052 or 2888704. OLE color: 2888704.

HSL color Cylindrical-coordinate representation of color #00142C: hue angle of 212.73º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00142C is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 0 20 44 -
CMYK 1 0.55 0 0.83
HSL 212.73º 1% 0.09% -
HSV(B) 212.73º 1% 0.17% -
XYZ 0.7 0.68 2.48 -
YUV 16.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 0 20 44 1 0.55 0 0.83 212.73 1 0.09
Hex 0 14 2C 64 37 0 53 D5 64 9
Octal 0 24 54 144 67 0 123 325 144 11
Binary 0 10100 101100 1100100 110111 0 1010011 11010101 1100100 1001

Color Harmonies of #00142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00142C

Black with #00142C

Text Example


Text Example

White with #00142C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,20,44); }

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

background-color css

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

 a { background-color: rgb(0,20,44); }

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

border-color css

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

 span { border-color: rgb(0,20,44); }

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