Html Css Color HEX #001524 Black Pearl

📋 copy color: '#001524'

red 0 ◦ green 21 ◦ blue 36

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

Shades of Black Pearl #001524

Tints of Black Pearl #001524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 36.84%

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

R = 0%
G = 36.84%
B = 63.16%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001524 (or 0x001524) is known color: Black Pearl. HEX triplet: 00, 15 and 24. RGB value is (0,21,36). Sum of RGB (Red+Green+Blue) = 0+21+36=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #001524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001524 is #FFEADB. Grayscale: #101010. Windows color (decimal): -16771804 or 2364672. OLE color: 2364672.

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

Color convert

RGB 0 21 36 -
CMYK 1 0.42 0 0.86
HSL 205º 1% 0.07% -
HSV(B) 205º 1% 0.14% -
XYZ 0.59 0.66 1.77 -
YUV 16.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 0 21 36 1 0.42 0 0.86 205 1 0.07
Hex 0 15 24 64 2A 0 56 CD 64 7
Octal 0 25 44 144 52 0 126 315 144 7
Binary 0 10101 100100 1100100 101010 0 1010110 11001101 1100100 111

Color Harmonies of #001524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001524

Black with #001524

Text Example


Text Example

White with #001524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001524; }

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

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

background-color css

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

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

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

border-color css

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

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

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