Html Css Color HEX #0B141D Black Pearl

📋 copy color: '#0B141D'

red 11 ◦ green 20 ◦ blue 29

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

Shades of Black Pearl #0B141D

Tints of Black Pearl #0B141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 48.33%

R = 18.33%
G = 33.33%
B = 48.33%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B141D (or 0x0B141D) is known color: Black Pearl. HEX triplet: 0B, 14 and 1D. RGB value is (11,20,29). Sum of RGB (Red+Green+Blue) = 11+20+29=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B141D is #F4EBE2. Grayscale: #121212. Windows color (decimal): -16051171 or 1905675. OLE color: 1905675.

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

Color convert

RGB 11 20 29 -
CMYK 0.62 0.31 0 0.89
HSL 210º 0.45% 0.08% -
HSV(B) 210º 0.62% 0.11% -
XYZ 0.61 0.66 1.26 -
YUV 18.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 11 20 29 0.62 0.31 0 0.89 210 0.45 0.08
Hex B 14 1D 3E 1F 0 59 D2 2D 8
Octal 13 24 35 76 37 0 131 322 55 10
Binary 1011 10100 11101 111110 11111 0 1011001 11010010 101101 1000

Color Harmonies of #0B141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B141D

Black with #0B141D

Text Example


Text Example

White with #0B141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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