Html Css Color HEX #001E24 Black Pearl

📋 copy color: '#001E24'

red 0 ◦ green 30 ◦ blue 36

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

Shades of Black Pearl #001E24

Tints of Black Pearl #001E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 45.45%

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

R = 0%
G = 45.45%
B = 54.55%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001E24 (or 0x001E24) is known color: Black Pearl. HEX triplet: 00, 1E and 24. RGB value is (0,30,36). Sum of RGB (Red+Green+Blue) = 0+30+36=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #001E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E24 is #FFE1DB. Grayscale: #151515. Windows color (decimal): -16769500 or 2366976. OLE color: 2366976.

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

Color convert

RGB 0 30 36 -
CMYK 1 0.17 0 0.86
HSL 190º 1% 0.07% -
HSV(B) 190º 1% 0.14% -
XYZ 0.78 1.06 1.83 -
YUV 21.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 0 30 36 1 0.17 0 0.86 190 1 0.07
Hex 0 1E 24 64 11 0 56 BE 64 7
Octal 0 36 44 144 21 0 126 276 144 7
Binary 0 11110 100100 1100100 10001 0 1010110 10111110 1100100 111

Color Harmonies of #001E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E24

Black with #001E24

Text Example


Text Example

White with #001E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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