Html Css Color HEX #0B252C Black Pearl

📋 copy color: '#0B252C'

red 11 ◦ green 37 ◦ blue 44

#0B252C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #0B252C

Tints of Black Pearl #0B252C

RGB

 RED value IS 11 (4.69% from 255) = 11.96%

 GREEN value IS 37 (14.84% from 255) = 40.22%

 BLUE value IS 44 (17.58% from 255) = 47.83%

R = 11.96%
G = 40.22%
B = 47.83%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0B252C (or 0x0B252C) is known color: Black Pearl. HEX triplet: 0B, 25 and 2C. RGB value is (11,37,44). Sum of RGB (Red+Green+Blue) = 11+37+44=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B252C is #F4DAD3. Grayscale: #1D1D1D. Windows color (decimal): -16046804 or 2893067. OLE color: 2893067.

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

Color convert

RGB 11 37 44 -
CMYK 0.75 0.16 0 0.83
HSL 192.73º 0.6% 0.11% -
HSV(B) 192.73º 0.75% 0.17% -
XYZ 1.25 1.58 2.62 -
YUV 30.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 11 37 44 0.75 0.16 0 0.83 192.73 0.6 0.11
Hex B 25 2C 4B 10 0 53 C1 3C B
Octal 13 45 54 113 20 0 123 301 74 13
Binary 1011 100101 101100 1001011 10000 0 1010011 11000001 111100 1011

Color Harmonies of #0B252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B252C

Black with #0B252C

Text Example


Text Example

White with #0B252C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B252C;
 }
 .AnyTagClassName
 {
   color: #0B252C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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