Html Css Color HEX #0F2123 Black Pearl

📋 copy color: '#0F2123'

red 15 ◦ green 33 ◦ blue 35

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

Shades of Black Pearl #0F2123

Tints of Black Pearl #0F2123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 39.76%

 BLUE value IS 35 (14.06% from 255) = 42.17%

R = 18.07%
G = 39.76%
B = 42.17%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0F2123 (or 0x0F2123) is known color: Black Pearl. HEX triplet: 0F, 21 and 23. RGB value is (15,33,35). Sum of RGB (Red+Green+Blue) = 15+33+35=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F2123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2123 is #F0DEDC. Grayscale: #1B1B1B. Windows color (decimal): -15785693 or 2302223. OLE color: 2302223.

HSL color Cylindrical-coordinate representation of color #0F2123: hue angle of 186º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F2123 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 33 35 -
CMYK 0.57 0.06 0 0.86
HSL 186º 0.4% 0.1% -
HSV(B) 186º 0.57% 0.14% -
XYZ 1.04 1.31 1.79 -
YUV 27.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 15 33 35 0.57 0.06 0 0.86 186 0.4 0.1
Hex F 21 23 39 6 0 56 BA 28 A
Octal 17 41 43 71 6 0 126 272 50 12
Binary 1111 100001 100011 111001 110 0 1010110 10111010 101000 1010

Color Harmonies of #0F2123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2123

Black with #0F2123

Text Example


Text Example

White with #0F2123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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