Html Css Color HEX #000F1F Black Pearl

📋 copy color: '#000F1F'

red 0 ◦ green 15 ◦ blue 31

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

Shades of Black Pearl #000F1F

Tints of Black Pearl #000F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 67.39%

R = 0%
G = 32.61%
B = 67.39%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#000F1F (or 0x000F1F) is known color: Black Pearl. HEX triplet: 00, 0F and 1F. RGB value is (0,15,31). Sum of RGB (Red+Green+Blue) = 0+15+31=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #000F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F1F is #FFF0E0. Grayscale: #0C0C0C. Windows color (decimal): -16773345 or 2035456. OLE color: 2035456.

HSL color Cylindrical-coordinate representation of color #000F1F: hue angle of 210.97º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F1F is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 15 31 -
CMYK 1 0.52 0 0.88
HSL 210.97º 1% 0.06% -
HSV(B) 210.97º 1% 0.12% -
XYZ 0.42 0.44 1.36 -
YUV 12.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 0 15 31 1 0.52 0 0.88 210.97 1 0.06
Hex 0 F 1F 64 34 0 58 D3 64 6
Octal 0 17 37 144 64 0 130 323 144 6
Binary 0 1111 11111 1100100 110100 0 1011000 11010011 1100100 110

Color Harmonies of #000F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F1F

Black with #000F1F

Text Example


Text Example

White with #000F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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