Html Css Color HEX #001525 Black Pearl

📋 copy color: '#001525'

red 0 ◦ green 21 ◦ blue 37

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

Shades of Black Pearl #001525

Tints of Black Pearl #001525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 63.79%

R = 0%
G = 36.21%
B = 63.79%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001525 (or 0x001525) is known color: Black Pearl. HEX triplet: 00, 15 and 25. RGB value is (0,21,37). Sum of RGB (Red+Green+Blue) = 0+21+37=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #001525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001525 is #FFEADA. Grayscale: #101010. Windows color (decimal): -16771803 or 2430208. OLE color: 2430208.

HSL color Cylindrical-coordinate representation of color #001525: hue angle of 205.95º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001525 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 21 37 -
CMYK 1 0.43 0 0.85
HSL 205.95º 1% 0.07% -
HSV(B) 205.95º 1% 0.15% -
XYZ 0.6 0.67 1.85 -
YUV 16.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 0 21 37 1 0.43 0 0.85 205.95 1 0.07
Hex 0 15 25 64 2B 0 55 CE 64 7
Octal 0 25 45 144 53 0 125 316 144 7
Binary 0 10101 100101 1100100 101011 0 1010101 11001110 1100100 111

Color Harmonies of #001525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001525

Black with #001525

Text Example


Text Example

White with #001525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001525; }

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

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

background-color css

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

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

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

border-color css

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

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

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