Html Css Color HEX #01050B Black Pearl

📋 copy color: '#01050B'

red 1 ◦ green 5 ◦ blue 11

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

Shades of Black Pearl #01050B

Tints of Black Pearl #01050B

RGB

 RED value IS 1 (0.78% from 255) = 5.88%

 GREEN value IS 5 (2.34% from 255) = 29.41%

 BLUE value IS 11 (4.69% from 255) = 64.71%

R = 5.88%
G = 29.41%
B = 64.71%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01050B (or 0x01050B) is known color: Black Pearl. HEX triplet: 01, 05 and 0B. RGB value is (1,5,11). Sum of RGB (Red+Green+Blue) = 1+5+11=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 11 (4.69% from 255 or 64.71% from 17); Max value from RGB is 11 - color contains mainly: blue. Hex color #01050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01050B is #FEFAF4. Grayscale: #040404. Windows color (decimal): -16710389 or 722177. OLE color: 722177.

HSL color Cylindrical-coordinate representation of color #01050B: hue angle of 216º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #01050B is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 5 11 -
CMYK 0.91 0.55 0 0.96
HSL 216º 0.83% 0.02% -
HSV(B) 216º 0.91% 0.04% -
XYZ 0.13 0.14 0.34 -
YUV 4.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 1 5 11 0.91 0.55 0 0.96 216 0.83 0.02
Hex 1 5 B 5B 37 0 60 D8 53 2
Octal 1 5 13 133 67 0 140 330 123 2
Binary 1 101 1011 1011011 110111 0 1100000 11011000 1010011 10

Color Harmonies of #01050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01050B

Black with #01050B

Text Example


Text Example

White with #01050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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