Html Css Color HEX #001025 Black Pearl

📋 copy color: '#001025'

red 0 ◦ green 16 ◦ blue 37

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

Shades of Black Pearl #001025

Tints of Black Pearl #001025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 30.19%

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

R = 0%
G = 30.19%
B = 69.81%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001025 (or 0x001025) is known color: Black Pearl. HEX triplet: 00, 10 and 25. RGB value is (0,16,37). Sum of RGB (Red+Green+Blue) = 0+16+37=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #001025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001025 is #FFEFDA. Grayscale: #0D0D0D. Windows color (decimal): -16773083 or 2428928. OLE color: 2428928.

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

Color convert

RGB 0 16 37 -
CMYK 1 0.57 0 0.85
HSL 214.05º 1% 0.07% -
HSV(B) 214.05º 1% 0.15% -
XYZ 0.52 0.5 1.82 -
YUV 13.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 0 16 37 1 0.57 0 0.85 214.05 1 0.07
Hex 0 10 25 64 39 0 55 D6 64 7
Octal 0 20 45 144 71 0 125 326 144 7
Binary 0 10000 100101 1100100 111001 0 1010101 11010110 1100100 111

Color Harmonies of #001025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001025

Black with #001025

Text Example


Text Example

White with #001025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001025; }

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

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

background-color css

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

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

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

border-color css

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

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

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