Html Css Color HEX #0F292F Black Pearl

📋 copy color: '#0F292F'

red 15 ◦ green 41 ◦ blue 47

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

Shades of Black Pearl #0F292F

Tints of Black Pearl #0F292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 45.63%

R = 14.56%
G = 39.81%
B = 45.63%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F292F (or 0x0F292F) is known color: Black Pearl. HEX triplet: 0F, 29 and 2F. RGB value is (15,41,47). Sum of RGB (Red+Green+Blue) = 15+41+47=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F292F is #F0D6D0. Grayscale: #212121. Windows color (decimal): -15783633 or 3090703. OLE color: 3090703.

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

Color convert

RGB 15 41 47 -
CMYK 0.68 0.13 0 0.82
HSL 191.25º 0.52% 0.12% -
HSV(B) 191.25º 0.68% 0.18% -
XYZ 1.5 1.89 2.98 -
YUV 33.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 15 41 47 0.68 0.13 0 0.82 191.25 0.52 0.12
Hex F 29 2F 44 D 0 52 BF 34 C
Octal 17 51 57 104 15 0 122 277 64 14
Binary 1111 101001 101111 1000100 1101 0 1010010 10111111 110100 1100

Color Harmonies of #0F292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F292F

Black with #0F292F

Text Example


Text Example

White with #0F292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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