Html Css Color HEX #000F26 Black Pearl

📋 copy color: '#000F26'

red 0 ◦ green 15 ◦ blue 38

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

Shades of Black Pearl #000F26

Tints of Black Pearl #000F26

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 15 (6.25% from 255) = 28.3%

 BLUE value IS 38 (15.23% from 255) = 71.7%

R = 0%
G = 28.3%
B = 71.7%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#000F26 (or 0x000F26) is known color: Black Pearl. HEX triplet: 00, 0F and 26. RGB value is (0,15,38). Sum of RGB (Red+Green+Blue) = 0+15+38=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 38 (15.23% from 255 or 71.70% from 53); Max value from RGB is 38 - color contains mainly: blue. Hex color #000F26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F26 is #FFF0D9. Grayscale: #0D0D0D. Windows color (decimal): -16773338 or 2494208. OLE color: 2494208.

HSL color Cylindrical-coordinate representation of color #000F26: hue angle of 216.32º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F26 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 15 38 -
CMYK 1 0.61 0 0.85
HSL 216.32º 1% 0.07% -
HSV(B) 216.32º 1% 0.15% -
XYZ 0.52 0.48 1.9 -
YUV 13.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 0 15 38 1 0.61 0 0.85 216.32 1 0.07
Hex 0 F 26 64 3D 0 55 D8 64 7
Octal 0 17 46 144 75 0 125 330 144 7
Binary 0 1111 100110 1100100 111101 0 1010101 11011000 1100100 111

Color Harmonies of #000F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F26

Black with #000F26

Text Example


Text Example

White with #000F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F26; }

 p { color: rgb(0,15,38); }

 H1.HeaderClassName
 {
   color: #000F26;
 }
 .AnyTagClassName
 {
   color: #000F26;
 }
</style>

background-color css

<style>
 a { background-color: #000F26; }

 a { background-color: rgb(0,15,38); }

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

border-color css

<style>
 span { border-color: #000F26; }

 span { border-color: rgb(0,15,38); }

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