Html Css Color HEX #001F24 Black Pearl

📋 copy color: '#001F24'

red 0 ◦ green 31 ◦ blue 36

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

Shades of Black Pearl #001F24

Tints of Black Pearl #001F24

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.27%

 BLUE value IS 36 (14.45% from 255) = 53.73%

R = 0%
G = 46.27%
B = 53.73%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001F24 (or 0x001F24) is known color: Black Pearl. HEX triplet: 00, 1F and 24. RGB value is (0,31,36). Sum of RGB (Red+Green+Blue) = 0+31+36=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #001F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F24 is #FFE0DB. Grayscale: #161616. Windows color (decimal): -16769244 or 2367232. OLE color: 2367232.

HSL color Cylindrical-coordinate representation of color #001F24: hue angle of 188.33º 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 #001F24 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 31 36 -
CMYK 1 0.14 0 0.86
HSL 188.33º 1% 0.07% -
HSV(B) 188.33º 1% 0.14% -
XYZ 0.81 1.11 1.84 -
YUV 22.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 0 31 36 1 0.14 0 0.86 188.33 1 0.07
Hex 0 1F 24 64 E 0 56 BC 64 7
Octal 0 37 44 144 16 0 126 274 144 7
Binary 0 11111 100100 1100100 1110 0 1010110 10111100 1100100 111

Color Harmonies of #001F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F24

Black with #001F24

Text Example


Text Example

White with #001F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001F24; }

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

 H1.HeaderClassName
 {
   color: #001F24;
 }
 .AnyTagClassName
 {
   color: #001F24;
 }
</style>

background-color css

<style>
 a { background-color: #001F24; }

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

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

border-color css

<style>
 span { border-color: #001F24; }

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

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