Html Css Color HEX #0B141B Black Pearl

📋 copy color: '#0B141B'

red 11 ◦ green 20 ◦ blue 27

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

Shades of Black Pearl #0B141B

Tints of Black Pearl #0B141B

RGB

 RED value IS 11 (4.69% from 255) = 18.97%

 GREEN value IS 20 (8.2% from 255) = 34.48%

 BLUE value IS 27 (10.94% from 255) = 46.55%

R = 18.97%
G = 34.48%
B = 46.55%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B141B (or 0x0B141B) is known color: Black Pearl. HEX triplet: 0B, 14 and 1B. RGB value is (11,20,27). Sum of RGB (Red+Green+Blue) = 11+20+27=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #0B141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B141B is #F4EBE4. Grayscale: #121212. Windows color (decimal): -16051173 or 1774603. OLE color: 1774603.

HSL color Cylindrical-coordinate representation of color #0B141B: hue angle of 206.25º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0B141B is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 20 27 -
CMYK 0.59 0.26 0 0.89
HSL 206.25º 0.42% 0.07% -
HSV(B) 206.25º 0.59% 0.11% -
XYZ 0.59 0.65 1.13 -
YUV 18.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 11 20 27 0.59 0.26 0 0.89 206.25 0.42 0.07
Hex B 14 1B 3B 1A 0 59 CE 2A 7
Octal 13 24 33 73 32 0 131 316 52 7
Binary 1011 10100 11011 111011 11010 0 1011001 11001110 101010 111

Color Harmonies of #0B141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B141B

Black with #0B141B

Text Example


Text Example

White with #0B141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B141B; }

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

 H1.HeaderClassName
 {
   color: #0B141B;
 }
 .AnyTagClassName
 {
   color: #0B141B;
 }
</style>

background-color css

<style>
 a { background-color: #0B141B; }

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

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

border-color css

<style>
 span { border-color: #0B141B; }

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

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