Html Css Color HEX #0B1827 Black Pearl

📋 copy color: '#0B1827'

red 11 ◦ green 24 ◦ blue 39

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

Shades of Black Pearl #0B1827

Tints of Black Pearl #0B1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 32.43%

 BLUE value IS 39 (15.63% from 255) = 52.7%

R = 14.86%
G = 32.43%
B = 52.7%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0B1827 (or 0x0B1827) is known color: Black Pearl. HEX triplet: 0B, 18 and 27. RGB value is (11,24,39). Sum of RGB (Red+Green+Blue) = 11+24+39=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #0B1827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1827 is #F4E7D8. Grayscale: #151515. Windows color (decimal): -16050137 or 2562059. OLE color: 2562059.

HSL color Cylindrical-coordinate representation of color #0B1827: hue angle of 212.14º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B1827 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 11 24 39 -
CMYK 0.72 0.38 0 0.85
HSL 212.14º 0.56% 0.1% -
HSV(B) 212.14º 0.72% 0.15% -
XYZ 0.83 0.87 2.04 -
YUV 21.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 11 24 39 0.72 0.38 0 0.85 212.14 0.56 0.1
Hex B 18 27 48 26 0 55 D4 38 A
Octal 13 30 47 110 46 0 125 324 70 12
Binary 1011 11000 100111 1001000 100110 0 1010101 11010100 111000 1010

Color Harmonies of #0B1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1827

Black with #0B1827

Text Example


Text Example

White with #0B1827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,24,39); }

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

background-color css

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

 a { background-color: rgb(11,24,39); }

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

border-color css

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

 span { border-color: rgb(11,24,39); }

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