Html Css Color HEX #0F2328 Black Pearl

📋 copy color: '#0F2328'

red 15 ◦ green 35 ◦ blue 40

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

Shades of Black Pearl #0F2328

Tints of Black Pearl #0F2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 44.44%

R = 16.67%
G = 38.89%
B = 44.44%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F2328 (or 0x0F2328) is known color: Black Pearl. HEX triplet: 0F, 23 and 28. RGB value is (15,35,40). Sum of RGB (Red+Green+Blue) = 15+35+40=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F2328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2328 is #F0DCD7. Grayscale: #1D1D1D. Windows color (decimal): -15785176 or 2630415. OLE color: 2630415.

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

Color convert

RGB 15 35 40 -
CMYK 0.62 0.12 0 0.84
HSL 192º 0.45% 0.11% -
HSV(B) 192º 0.63% 0.16% -
XYZ 1.18 1.46 2.23 -
YUV 29.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 15 35 40 0.62 0.12 0 0.84 192 0.45 0.11
Hex F 23 28 3E C 0 54 C0 2D B
Octal 17 43 50 76 14 0 124 300 55 13
Binary 1111 100011 101000 111110 1100 0 1010100 11000000 101101 1011

Color Harmonies of #0F2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2328

Black with #0F2328

Text Example


Text Example

White with #0F2328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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