Html Css Color HEX #0F292E Black Pearl

📋 copy color: '#0F292E'

red 15 ◦ green 41 ◦ blue 46

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

Shades of Black Pearl #0F292E

Tints of Black Pearl #0F292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 40.2%

 BLUE value IS 46 (18.36% from 255) = 45.1%

R = 14.71%
G = 40.2%
B = 45.1%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F292E (or 0x0F292E) is known color: Black Pearl. HEX triplet: 0F, 29 and 2E. RGB value is (15,41,46). Sum of RGB (Red+Green+Blue) = 15+41+46=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #0F292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F292E is #F0D6D1. Grayscale: #212121. Windows color (decimal): -15783634 or 3025167. OLE color: 3025167.

HSL color Cylindrical-coordinate representation of color #0F292E: hue angle of 189.68º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F292E is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 41 46 -
CMYK 0.67 0.11 0 0.82
HSL 189.68º 0.51% 0.12% -
HSV(B) 189.68º 0.67% 0.18% -
XYZ 1.48 1.88 2.87 -
YUV 33.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 15 41 46 0.67 0.11 0 0.82 189.68 0.51 0.12
Hex F 29 2E 43 B 0 52 BE 33 C
Octal 17 51 56 103 13 0 122 276 63 14
Binary 1111 101001 101110 1000011 1011 0 1010010 10111110 110011 1100

Color Harmonies of #0F292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F292E

Black with #0F292E

Text Example


Text Example

White with #0F292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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