Html Css Color HEX #0B121A Black Pearl

📋 copy color: '#0B121A'

red 11 ◦ green 18 ◦ blue 26

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

Shades of Black Pearl #0B121A

Tints of Black Pearl #0B121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.73%

 BLUE value IS 26 (10.55% from 255) = 47.27%

R = 20%
G = 32.73%
B = 47.27%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0B121A (or 0x0B121A) is known color: Black Pearl. HEX triplet: 0B, 12 and 1A. RGB value is (11,18,26). Sum of RGB (Red+Green+Blue) = 11+18+26=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B121A is #F4EDE5. Grayscale: #101010. Windows color (decimal): -16051686 or 1708555. OLE color: 1708555.

HSL color Cylindrical-coordinate representation of color #0B121A: hue angle of 212º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B121A is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 18 26 -
CMYK 0.58 0.31 0 0.90
HSL 212º 0.41% 0.07% -
HSV(B) 212º 0.58% 0.1% -
XYZ 0.54 0.58 1.06 -
YUV 16.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 11 18 26 0.58 0.31 0 0.90 212 0.41 0.07
Hex B 12 1A 3A 1F 0 5A D4 29 7
Octal 13 22 32 72 37 0 132 324 51 7
Binary 1011 10010 11010 111010 11111 0 1011010 11010100 101001 111

Color Harmonies of #0B121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B121A

Black with #0B121A

Text Example


Text Example

White with #0B121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,18,26); }

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

background-color css

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

 a { background-color: rgb(11,18,26); }

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

border-color css

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

 span { border-color: rgb(11,18,26); }

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