#0B1C25

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

Shades of Black Pearl #0B1C25

Tints of Black Pearl #0B1C25

Color information

#0B1C25 (or 0x0B1C25) is unknown color: approx Black Pearl. HEX triplet: 0B, 1C and 25. RGB value is (11,28,37). Sum of RGB (Red+Green+Blue) = 11+28+37=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B1C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1C25 is #F4E3DA. Grayscale: #171717. Windows color (decimal): -16049115 or 2432011. OLE color: 2432011.

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

Color convert

RGB112837-
CMYK0.700.2400.85
HSL200.77º54.17%9.41%-
HSV(B)200.77º70.27%14.51%-
XYZ0.891.041.9-
YUV23.94135.37118.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.47%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=14.47%
G=36.84%
B=48.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1128370.700.2400.85200.7754.179.41
HexB1C254618055c9369
Octal1334451063001253116611
Binary10111110010010110001101100001010101110010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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