#0B1A25

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

Shades of Black Pearl #0B1A25

Tints of Black Pearl #0B1A25

Color information

#0B1A25 (or 0x0B1A25) is unknown color: approx Black Pearl. HEX triplet: 0B, 1A and 25. RGB value is (11,26,37). Sum of RGB (Red+Green+Blue) = 11+26+37=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B1A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1A25 is #F4E5DA. Grayscale: #161616. Windows color (decimal): -16049627 or 2431499. OLE color: 2431499.

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

Color convert

RGB112637-
CMYK0.700.3000.85
HSL205.38º54.17%9.41%-
HSV(B)205.38º70.27%14.51%-
XYZ0.840.941.89-
YUV22.77136.03119.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.86%
GREEN value IS 26 (10.55% from 255) = 35.14%
BLUE value IS 37 (14.84% from 255) = 50%
R=14.86%
G=35.14%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1126370.700.3000.85205.3854.179.41
HexB1A25461E055cd369
Octal1332451063601253156611
Binary10111101010010110001101111001010101110011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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