#0B1B25

Color #0B1B25 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0B1B25

Tints of Black Pearl #0B1B25

Color information

#0B1B25 (or 0x0B1B25) is unknown color: approx Black Pearl. HEX triplet: 0B, 1B and 25. RGB value is (11,27,37). Sum of RGB (Red+Green+Blue) = 11+27+37=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B1B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1B25 is #F4E4DA. Grayscale: #171717. Windows color (decimal): -16049371 or 2431755. OLE color: 2431755.

HSL color Cylindrical-coordinate representation of color #0B1B25: hue angle of 203.08º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B1B25 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB112737-
CMYK0.700.2700.85
HSL203.08º54.17%9.41%-
HSV(B)203.08º70.27%14.51%-
XYZ0.860.991.9-
YUV23.36135.7119.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.67%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=14.67%
G=36%
B=49.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1127370.700.2700.85203.0854.179.41
HexB1B25461B055cb369
Octal1333451063301253136611
Binary10111101110010110001101101101010101110010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,27,37); }

 H1.HeaderClassName
 {
   color: #0B1B25;
 }
 .AnyTagClassName
 {
   color: #0B1B25;
 }
</style>
background-color css

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

 a { background-color: rgb(11,27,37); }

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

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

 span { border-color: rgb(11,27,37); }

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