Html Css Color HEX #010B16 Black Pearl

📋 copy color: '#010B16'

red 1 ◦ green 11 ◦ blue 22

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

Shades of Black Pearl #010B16

Tints of Black Pearl #010B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 64.71%

R = 2.94%
G = 32.35%
B = 64.71%

CMYK

 C value IS 0.95

 M value IS 0.5

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010B16 (or 0x010B16) is known color: Black Pearl. HEX triplet: 01, 0B and 16. RGB value is (1,11,22). Sum of RGB (Red+Green+Blue) = 1+11+22=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #010B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B16 is #FEF4E9. Grayscale: #090909. Windows color (decimal): -16708842 or 1444609. OLE color: 1444609.

HSL color Cylindrical-coordinate representation of color #010B16: hue angle of 211.43º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010B16 is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 11 22 -
CMYK 0.95 0.5 0 0.91
HSL 211.43º 0.91% 0.05% -
HSV(B) 211.43º 0.95% 0.09% -
XYZ 0.28 0.3 0.8 -
YUV 9.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 1 11 22 0.95 0.5 0 0.91 211.43 0.91 0.05
Hex 1 B 16 5F 32 0 5B D3 5B 5
Octal 1 13 26 137 62 0 133 323 133 5
Binary 1 1011 10110 1011111 110010 0 1011011 11010011 1011011 101

Color Harmonies of #010B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B16

Black with #010B16

Text Example


Text Example

White with #010B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010B16; }

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

 H1.HeaderClassName
 {
   color: #010B16;
 }
 .AnyTagClassName
 {
   color: #010B16;
 }
</style>

background-color css

<style>
 a { background-color: #010B16; }

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

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

border-color css

<style>
 span { border-color: #010B16; }

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

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