Html Css Color HEX #000F23 Black Pearl

📋 copy color: '#000F23'

red 0 ◦ green 15 ◦ blue 35

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

Shades of Black Pearl #000F23

Tints of Black Pearl #000F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 70%

R = 0%
G = 30%
B = 70%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#000F23 (or 0x000F23) is known color: Black Pearl. HEX triplet: 00, 0F and 23. RGB value is (0,15,35). Sum of RGB (Red+Green+Blue) = 0+15+35=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 35 (14.06% from 255 or 70% from 50); Max value from RGB is 35 - color contains mainly: blue. Hex color #000F23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F23 is #FFF0DC. Grayscale: #0C0C0C. Windows color (decimal): -16773341 or 2297600. OLE color: 2297600.

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

Color convert

RGB 0 15 35 -
CMYK 1 0.57 0 0.86
HSL 214.29º 1% 0.07% -
HSV(B) 214.29º 1% 0.14% -
XYZ 0.47 0.46 1.65 -
YUV 12.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 0 15 35 1 0.57 0 0.86 214.29 1 0.07
Hex 0 F 23 64 39 0 56 D6 64 7
Octal 0 17 43 144 71 0 126 326 144 7
Binary 0 1111 100011 1100100 111001 0 1010110 11010110 1100100 111

Color Harmonies of #000F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F23

Black with #000F23

Text Example


Text Example

White with #000F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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