Html Css Color HEX #010B14 Black Pearl

📋 copy color: '#010B14'

red 1 ◦ green 11 ◦ blue 20

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

Shades of Black Pearl #010B14

Tints of Black Pearl #010B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 62.5%

R = 3.13%
G = 34.38%
B = 62.5%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010B14 (or 0x010B14) is known color: Black Pearl. HEX triplet: 01, 0B and 14. RGB value is (1,11,20). Sum of RGB (Red+Green+Blue) = 1+11+20=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 20 (8.20% from 255 or 62.5% from 32); Max value from RGB is 20 - color contains mainly: blue. Hex color #010B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B14 is #FEF4EB. Grayscale: #080808. Windows color (decimal): -16708844 or 1313537. OLE color: 1313537.

HSL color Cylindrical-coordinate representation of color #010B14: hue angle of 208.42º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010B14 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 11 20 -
CMYK 0.95 0.45 0 0.92
HSL 208.42º 0.9% 0.04% -
HSV(B) 208.42º 0.95% 0.08% -
XYZ 0.26 0.3 0.71 -
YUV 9.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 1 11 20 0.95 0.45 0 0.92 208.42 0.9 0.04
Hex 1 B 14 5F 2D 0 5C D0 5A 4
Octal 1 13 24 137 55 0 134 320 132 4
Binary 1 1011 10100 1011111 101101 0 1011100 11010000 1011010 100

Color Harmonies of #010B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B14

Black with #010B14

Text Example


Text Example

White with #010B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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