Html Css Color HEX #000F21 Black Pearl

📋 copy color: '#000F21'

red 0 ◦ green 15 ◦ blue 33

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

Shades of Black Pearl #000F21

Tints of Black Pearl #000F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 68.75%

R = 0%
G = 31.25%
B = 68.75%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000F21 (or 0x000F21) is known color: Black Pearl. HEX triplet: 00, 0F and 21. RGB value is (0,15,33). Sum of RGB (Red+Green+Blue) = 0+15+33=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 33 (13.28% from 255 or 68.75% from 48); Max value from RGB is 33 - color contains mainly: blue. Hex color #000F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F21 is #FFF0DE. Grayscale: #0C0C0C. Windows color (decimal): -16773343 or 2166528. OLE color: 2166528.

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

Color convert

RGB 0 15 33 -
CMYK 1 0.55 0 0.87
HSL 212.73º 1% 0.06% -
HSV(B) 212.73º 1% 0.13% -
XYZ 0.45 0.45 1.5 -
YUV 12.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 0 15 33 1 0.55 0 0.87 212.73 1 0.06
Hex 0 F 21 64 37 0 57 D5 64 6
Octal 0 17 41 144 67 0 127 325 144 6
Binary 0 1111 100001 1100100 110111 0 1010111 11010101 1100100 110

Color Harmonies of #000F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F21

Black with #000F21

Text Example


Text Example

White with #000F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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