Html Css Color HEX #010B0D Black Pearl

📋 copy color: '#010B0D'

red 1 ◦ green 11 ◦ blue 13

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

Shades of Black Pearl #010B0D

Tints of Black Pearl #010B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 52%

R = 4%
G = 44%
B = 52%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#010B0D (or 0x010B0D) is known color: Black Pearl. HEX triplet: 01, 0B and 0D. RGB value is (1,11,13). Sum of RGB (Red+Green+Blue) = 1+11+13=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #010B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B0D is #FEF4F2. Grayscale: #080808. Windows color (decimal): -16708851 or 854785. OLE color: 854785.

HSL color Cylindrical-coordinate representation of color #010B0D: hue angle of 190º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010B0D is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 11 13 -
CMYK 0.92 0.15 0 0.95
HSL 190º 0.86% 0.03% -
HSV(B) 190º 0.92% 0.05% -
XYZ 0.2 0.27 0.42 -
YUV 8.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 1 11 13 0.92 0.15 0 0.95 190 0.86 0.03
Hex 1 B D 5C F 0 5F BE 56 3
Octal 1 13 15 134 17 0 137 276 126 3
Binary 1 1011 1101 1011100 1111 0 1011111 10111110 1010110 11

Color Harmonies of #010B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B0D

Black with #010B0D

Text Example


Text Example

White with #010B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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