Html Css Color HEX #05141B Black Pearl

📋 copy color: '#05141B'

red 5 ◦ green 20 ◦ blue 27

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

Shades of Black Pearl #05141B

Tints of Black Pearl #05141B

RGB

 RED value IS 5 (2.34% from 255) = 9.62%

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

 BLUE value IS 27 (10.94% from 255) = 51.92%

R = 9.62%
G = 38.46%
B = 51.92%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05141B (or 0x05141B) is known color: Black Pearl. HEX triplet: 05, 14 and 1B. RGB value is (5,20,27). Sum of RGB (Red+Green+Blue) = 5+20+27=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #05141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05141B is #FAEBE4. Grayscale: #101010. Windows color (decimal): -16444389 or 1774597. OLE color: 1774597.

HSL color Cylindrical-coordinate representation of color #05141B: hue angle of 199.09º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05141B is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 20 27 -
CMYK 0.81 0.26 0 0.89
HSL 199.09º 0.69% 0.06% -
HSV(B) 199.09º 0.81% 0.11% -
XYZ 0.51 0.61 1.13 -
YUV 16.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 5 20 27 0.81 0.26 0 0.89 199.09 0.69 0.06
Hex 5 14 1B 51 1A 0 59 C7 45 6
Octal 5 24 33 121 32 0 131 307 105 6
Binary 101 10100 11011 1010001 11010 0 1011001 11000111 1000101 110

Color Harmonies of #05141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05141B

Black with #05141B

Text Example


Text Example

White with #05141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,20,27); }

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

background-color css

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

 a { background-color: rgb(5,20,27); }

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

border-color css

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

 span { border-color: rgb(5,20,27); }

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