Html Css Color HEX #050B15 Black Pearl

📋 copy color: '#050B15'

red 5 ◦ green 11 ◦ blue 21

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

Shades of Black Pearl #050B15

Tints of Black Pearl #050B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 29.73%

 BLUE value IS 21 (8.59% from 255) = 56.76%

R = 13.51%
G = 29.73%
B = 56.76%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#050B15 (or 0x050B15) is known color: Black Pearl. HEX triplet: 05, 0B and 15. RGB value is (5,11,21). Sum of RGB (Red+Green+Blue) = 5+11+21=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 21 (8.59% from 255 or 56.76% from 37); Max value from RGB is 21 - color contains mainly: blue. Hex color #050B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B15 is #FAF4EA. Grayscale: #0A0A0A. Windows color (decimal): -16446699 or 1379077. OLE color: 1379077.

HSL color Cylindrical-coordinate representation of color #050B15: hue angle of 217.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #050B15 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 11 21 -
CMYK 0.76 0.48 0 0.92
HSL 217.5º 0.62% 0.05% -
HSV(B) 217.5º 0.76% 0.08% -
XYZ 0.32 0.33 0.76 -
YUV 10.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 5 11 21 0.76 0.48 0 0.92 217.5 0.62 0.05
Hex 5 B 15 4C 30 0 5C DA 3E 5
Octal 5 13 25 114 60 0 134 332 76 5
Binary 101 1011 10101 1001100 110000 0 1011100 11011010 111110 101

Color Harmonies of #050B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B15

Black with #050B15

Text Example


Text Example

White with #050B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050B15; }

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

 H1.HeaderClassName
 {
   color: #050B15;
 }
 .AnyTagClassName
 {
   color: #050B15;
 }
</style>

background-color css

<style>
 a { background-color: #050B15; }

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

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

border-color css

<style>
 span { border-color: #050B15; }

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

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