Html Css Color HEX #001825 Black Pearl

📋 copy color: '#001825'

red 0 ◦ green 24 ◦ blue 37

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

Shades of Black Pearl #001825

Tints of Black Pearl #001825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 39.34%

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

R = 0%
G = 39.34%
B = 60.66%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001825 (or 0x001825) is known color: Black Pearl. HEX triplet: 00, 18 and 25. RGB value is (0,24,37). Sum of RGB (Red+Green+Blue) = 0+24+37=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #001825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001825 is #FFE7DA. Grayscale: #121212. Windows color (decimal): -16771035 or 2430976. OLE color: 2430976.

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

Color convert

RGB 0 24 37 -
CMYK 1 0.35 0 0.85
HSL 201.08º 1% 0.07% -
HSV(B) 201.08º 1% 0.15% -
XYZ 0.66 0.79 1.87 -
YUV 18.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 0 24 37 1 0.35 0 0.85 201.08 1 0.07
Hex 0 18 25 64 23 0 55 C9 64 7
Octal 0 30 45 144 43 0 125 311 144 7
Binary 0 11000 100101 1100100 100011 0 1010101 11001001 1100100 111

Color Harmonies of #001825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001825

Black with #001825

Text Example


Text Example

White with #001825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001825; }

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

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

background-color css

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

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

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

border-color css

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

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

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