Html Css Color HEX #001725 Black Pearl

📋 copy color: '#001725'

red 0 ◦ green 23 ◦ blue 37

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

Shades of Black Pearl #001725

Tints of Black Pearl #001725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 38.33%

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

R = 0%
G = 38.33%
B = 61.67%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001725 (or 0x001725) is known color: Black Pearl. HEX triplet: 00, 17 and 25. RGB value is (0,23,37). Sum of RGB (Red+Green+Blue) = 0+23+37=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #001725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001725 is #FFE8DA. Grayscale: #111111. Windows color (decimal): -16771291 or 2430720. OLE color: 2430720.

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

Color convert

RGB 0 23 37 -
CMYK 1 0.38 0 0.85
HSL 202.7º 1% 0.07% -
HSV(B) 202.7º 1% 0.15% -
XYZ 0.64 0.75 1.86 -
YUV 17.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 0 23 37 1 0.38 0 0.85 202.7 1 0.07
Hex 0 17 25 64 26 0 55 CB 64 7
Octal 0 27 45 144 46 0 125 313 144 7
Binary 0 10111 100101 1100100 100110 0 1010101 11001011 1100100 111

Color Harmonies of #001725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001725

Black with #001725

Text Example


Text Example

White with #001725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001725; }

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

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

background-color css

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

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

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

border-color css

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

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

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