Html Css Color HEX #0F232B Black Pearl

📋 copy color: '#0F232B'

red 15 ◦ green 35 ◦ blue 43

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

Shades of Black Pearl #0F232B

Tints of Black Pearl #0F232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 46.24%

R = 16.13%
G = 37.63%
B = 46.24%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F232B (or 0x0F232B) is known color: Black Pearl. HEX triplet: 0F, 23 and 2B. RGB value is (15,35,43). Sum of RGB (Red+Green+Blue) = 15+35+43=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F232B is #F0DCD4. Grayscale: #1D1D1D. Windows color (decimal): -15785173 or 2827023. OLE color: 2827023.

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

Color convert

RGB 15 35 43 -
CMYK 0.65 0.19 0 0.83
HSL 197.14º 0.48% 0.11% -
HSV(B) 197.14º 0.65% 0.17% -
XYZ 1.23 1.48 2.51 -
YUV 29.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 15 35 43 0.65 0.19 0 0.83 197.14 0.48 0.11
Hex F 23 2B 41 13 0 53 C5 30 B
Octal 17 43 53 101 23 0 123 305 60 13
Binary 1111 100011 101011 1000001 10011 0 1010011 11000101 110000 1011

Color Harmonies of #0F232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F232B

Black with #0F232B

Text Example


Text Example

White with #0F232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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