Html Css Color HEX #14272B Black Pearl

📋 copy color: '#14272B'

red 20 ◦ green 39 ◦ blue 43

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

Shades of Black Pearl #14272B

Tints of Black Pearl #14272B

RGB

 RED value IS 20 (8.2% from 255) = 19.61%

 GREEN value IS 39 (15.63% from 255) = 38.24%

 BLUE value IS 43 (17.19% from 255) = 42.16%

R = 19.61%
G = 38.24%
B = 42.16%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14272B (or 0x14272B) is known color: Black Pearl. HEX triplet: 14, 27 and 2B. RGB value is (20,39,43). Sum of RGB (Red+Green+Blue) = 20+39+43=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #14272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14272B is #EBD8D4. Grayscale: #212121. Windows color (decimal): -15456469 or 2828052. OLE color: 2828052.

HSL color Cylindrical-coordinate representation of color #14272B: hue angle of 190.43º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #14272B is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 39 43 -
CMYK 0.53 0.09 0 0.83
HSL 190.43º 0.37% 0.12% -
HSV(B) 190.43º 0.53% 0.17% -
XYZ 1.45 1.77 2.55 -
YUV 33.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 20 39 43 0.53 0.09 0 0.83 190.43 0.37 0.12
Hex 14 27 2B 35 9 0 53 BE 25 C
Octal 24 47 53 65 11 0 123 276 45 14
Binary 10100 100111 101011 110101 1001 0 1010011 10111110 100101 1100

Color Harmonies of #14272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14272B

Black with #14272B

Text Example


Text Example

White with #14272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14272B; }

 p { color: rgb(20,39,43); }

 H1.HeaderClassName
 {
   color: #14272B;
 }
 .AnyTagClassName
 {
   color: #14272B;
 }
</style>

background-color css

<style>
 a { background-color: #14272B; }

 a { background-color: rgb(20,39,43); }

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

border-color css

<style>
 span { border-color: #14272B; }

 span { border-color: rgb(20,39,43); }

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