#0B2832

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

Shades of Black Pearl #0B2832

Tints of Black Pearl #0B2832

Color information

#0B2832 (or 0x0B2832) is unknown color: approx Black Pearl. HEX triplet: 0B, 28 and 32. RGB value is (11,40,50). Sum of RGB (Red+Green+Blue) = 11+40+50=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #0B2832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2832 is #F4D7CD. Grayscale: #202020. Windows color (decimal): -16046030 or 3287051. OLE color: 3287051.

HSL color Cylindrical-coordinate representation of color #0B2832: hue angle of 195.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B2832 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB114050-
CMYK0.780.2000.80
HSL195.38º63.93%11.96%-
HSV(B)195.38º78%19.61%-
XYZ1.471.823.29-
YUV32.47137.89112.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.89%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 50 (19.92% from 255) = 49.50%
R=10.89%
G=39.60%
B=49.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1140500.780.2000.80195.3863.9311.96
HexB28324E14050c340c
Octal13506211624012030310014
Binary1011101000110010100111010100010100001100001110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,40,50); }

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

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

 a { background-color: rgb(11,40,50); }

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

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

 span { border-color: rgb(11,40,50); }

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