Html Css Color HEX #0F2329 Black Pearl

📋 copy color: '#0F2329'

red 15 ◦ green 35 ◦ blue 41

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

Shades of Black Pearl #0F2329

Tints of Black Pearl #0F2329

RGB

 RED value IS 15 (6.25% from 255) = 16.48%

 GREEN value IS 35 (14.06% from 255) = 38.46%

 BLUE value IS 41 (16.41% from 255) = 45.05%

R = 16.48%
G = 38.46%
B = 45.05%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F2329 (or 0x0F2329) is known color: Black Pearl. HEX triplet: 0F, 23 and 29. RGB value is (15,35,41). Sum of RGB (Red+Green+Blue) = 15+35+41=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F2329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2329 is #F0DCD6. Grayscale: #1D1D1D. Windows color (decimal): -15785175 or 2695951. OLE color: 2695951.

HSL color Cylindrical-coordinate representation of color #0F2329: hue angle of 193.85º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F2329 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 35 41 -
CMYK 0.63 0.15 0 0.84
HSL 193.85º 0.46% 0.11% -
HSV(B) 193.85º 0.63% 0.16% -
XYZ 1.2 1.46 2.32 -
YUV 29.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 15 35 41 0.63 0.15 0 0.84 193.85 0.46 0.11
Hex F 23 29 3F F 0 54 C2 2E B
Octal 17 43 51 77 17 0 124 302 56 13
Binary 1111 100011 101001 111111 1111 0 1010100 11000010 101110 1011

Color Harmonies of #0F2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2329

Black with #0F2329

Text Example


Text Example

White with #0F2329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,35,41); }

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

background-color css

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

 a { background-color: rgb(15,35,41); }

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

border-color css

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

 span { border-color: rgb(15,35,41); }

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