Html Css Color HEX #05151B Black Pearl

📋 copy color: '#05151B'

red 5 ◦ green 21 ◦ blue 27

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

Shades of Black Pearl #05151B

Tints of Black Pearl #05151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 39.62%

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

R = 9.43%
G = 39.62%
B = 50.94%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05151B (or 0x05151B) is known color: Black Pearl. HEX triplet: 05, 15 and 1B. RGB value is (5,21,27). Sum of RGB (Red+Green+Blue) = 5+21+27=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #05151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05151B is #FAEAE4. Grayscale: #101010. Windows color (decimal): -16444133 or 1774853. OLE color: 1774853.

HSL color Cylindrical-coordinate representation of color #05151B: hue angle of 196.36º 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 #05151B is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 21 27 -
CMYK 0.81 0.22 0 0.89
HSL 196.36º 0.69% 0.06% -
HSV(B) 196.36º 0.81% 0.11% -
XYZ 0.53 0.65 1.13 -
YUV 16.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 5 21 27 0.81 0.22 0 0.89 196.36 0.69 0.06
Hex 5 15 1B 51 16 0 59 C4 45 6
Octal 5 25 33 121 26 0 131 304 105 6
Binary 101 10101 11011 1010001 10110 0 1011001 11000100 1000101 110

Color Harmonies of #05151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05151B

Black with #05151B

Text Example


Text Example

White with #05151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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