Html Css Color HEX #0F232C Black Pearl

📋 copy color: '#0F232C'

red 15 ◦ green 35 ◦ blue 44

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

Shades of Black Pearl #0F232C

Tints of Black Pearl #0F232C

RGB

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

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

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

R = 15.96%
G = 37.23%
B = 46.81%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F232C (or 0x0F232C) is known color: Black Pearl. HEX triplet: 0F, 23 and 2C. RGB value is (15,35,44). Sum of RGB (Red+Green+Blue) = 15+35+44=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F232C is #F0DCD3. Grayscale: #1D1D1D. Windows color (decimal): -15785172 or 2892559. OLE color: 2892559.

HSL color Cylindrical-coordinate representation of color #0F232C: hue angle of 198.62º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F232C is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 35 44 -
CMYK 0.66 0.20 0 0.83
HSL 198.62º 0.49% 0.12% -
HSV(B) 198.62º 0.66% 0.17% -
XYZ 1.25 1.49 2.6 -
YUV 30.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 15 35 44 0.66 0.20 0 0.83 198.62 0.49 0.12
Hex F 23 2C 42 14 0 53 C7 31 C
Octal 17 43 54 102 24 0 123 307 61 14
Binary 1111 100011 101100 1000010 10100 0 1010011 11000111 110001 1100

Color Harmonies of #0F232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F232C

Black with #0F232C

Text Example


Text Example

White with #0F232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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