#0B2025

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

Shades of Black Pearl #0B2025

Tints of Black Pearl #0B2025

Color information

#0B2025 (or 0x0B2025) is unknown color: approx Black Pearl. HEX triplet: 0B, 20 and 25. RGB value is (11,32,37). Sum of RGB (Red+Green+Blue) = 11+32+37=80 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.75% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B2025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2025 is #F4DFDA. Grayscale: #1A1A1A. Windows color (decimal): -16048091 or 2433035. OLE color: 2433035.

HSL color Cylindrical-coordinate representation of color #0B2025: hue angle of 191.54º 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 #0B2025 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB113237-
CMYK0.700.1400.85
HSL191.54º54.17%9.41%-
HSV(B)191.54º70.27%14.51%-
XYZ0.991.241.94-
YUV26.29134.04117.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.75%
GREEN value IS 32 (12.89% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 46.25%
R=13.75%
G=40%
B=46.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1132370.700.1400.85191.5454.179.41
HexB202546E055c0369
Octal1340451061601253006611
Binary10111000001001011000110111001010101110000001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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