#0B252B

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

Shades of Black Pearl #0B252B

Tints of Black Pearl #0B252B

Color information

#0B252B (or 0x0B252B) is unknown color: approx Black Pearl. HEX triplet: 0B, 25 and 2B. RGB value is (11,37,43). Sum of RGB (Red+Green+Blue) = 11+37+43=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B252B is #F4DAD4. Grayscale: #1D1D1D. Windows color (decimal): -16046805 or 2827531. OLE color: 2827531.

HSL color Cylindrical-coordinate representation of color #0B252B: hue angle of 191.25º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B252B is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB113743-
CMYK0.740.1400.83
HSL191.25º59.26%10.59%-
HSV(B)191.25º74.42%16.86%-
XYZ1.241.572.52-
YUV29.91135.39114.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.09%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 43 (17.19% from 255) = 47.25%
R=12.09%
G=40.66%
B=47.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1137430.740.1400.83191.2559.2610.59
HexB252B4AE053bf3bb
Octal1345531121601232777313
Binary10111001011010111001010111001010011101111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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