Html Css Color HEX #0B1828 Black Pearl

📋 copy color: '#0B1828'

red 11 ◦ green 24 ◦ blue 40

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

Shades of Black Pearl #0B1828

Tints of Black Pearl #0B1828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 53.33%

R = 14.67%
G = 32%
B = 53.33%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0B1828 (or 0x0B1828) is known color: Black Pearl. HEX triplet: 0B, 18 and 28. RGB value is (11,24,40). Sum of RGB (Red+Green+Blue) = 11+24+40=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #0B1828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1828 is #F4E7D7. Grayscale: #151515. Windows color (decimal): -16050136 or 2627595. OLE color: 2627595.

HSL color Cylindrical-coordinate representation of color #0B1828: hue angle of 213.1º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B1828 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 11 24 40 -
CMYK 0.72 0.40 0 0.84
HSL 213.1º 0.57% 0.1% -
HSV(B) 213.1º 0.73% 0.16% -
XYZ 0.85 0.88 2.13 -
YUV 21.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 11 24 40 0.72 0.40 0 0.84 213.1 0.57 0.1
Hex B 18 28 48 28 0 54 D5 39 A
Octal 13 30 50 110 50 0 124 325 71 12
Binary 1011 11000 101000 1001000 101000 0 1010100 11010101 111001 1010

Color Harmonies of #0B1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1828

Black with #0B1828

Text Example


Text Example

White with #0B1828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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