Html Css Color HEX #0B121C Black Pearl

📋 copy color: '#0B121C'

red 11 ◦ green 18 ◦ blue 28

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

Shades of Black Pearl #0B121C

Tints of Black Pearl #0B121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 49.12%

R = 19.3%
G = 31.58%
B = 49.12%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B121C (or 0x0B121C) is known color: Black Pearl. HEX triplet: 0B, 12 and 1C. RGB value is (11,18,28). Sum of RGB (Red+Green+Blue) = 11+18+28=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B121C is #F4EDE3. Grayscale: #111111. Windows color (decimal): -16051684 or 1839627. OLE color: 1839627.

HSL color Cylindrical-coordinate representation of color #0B121C: hue angle of 215.29º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0B121C is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 18 28 -
CMYK 0.61 0.36 0 0.89
HSL 215.29º 0.44% 0.08% -
HSV(B) 215.29º 0.61% 0.11% -
XYZ 0.56 0.59 1.18 -
YUV 17.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 11 18 28 0.61 0.36 0 0.89 215.29 0.44 0.08
Hex B 12 1C 3D 24 0 59 D7 2C 8
Octal 13 22 34 75 44 0 131 327 54 10
Binary 1011 10010 11100 111101 100100 0 1011001 11010111 101100 1000

Color Harmonies of #0B121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B121C

Black with #0B121C

Text Example


Text Example

White with #0B121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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