Html Css Color HEX #001A25 Black Pearl

📋 copy color: '#001A25'

red 0 ◦ green 26 ◦ blue 37

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

Shades of Black Pearl #001A25

Tints of Black Pearl #001A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 41.27%

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

R = 0%
G = 41.27%
B = 58.73%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001A25 (or 0x001A25) is known color: Black Pearl. HEX triplet: 00, 1A and 25. RGB value is (0,26,37). Sum of RGB (Red+Green+Blue) = 0+26+37=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #001A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A25 is #FFE5DA. Grayscale: #131313. Windows color (decimal): -16770523 or 2431488. OLE color: 2431488.

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

Color convert

RGB 0 26 37 -
CMYK 1 0.30 0 0.85
HSL 197.84º 1% 0.07% -
HSV(B) 197.84º 1% 0.15% -
XYZ 0.7 0.87 1.88 -
YUV 19.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 0 26 37 1 0.30 0 0.85 197.84 1 0.07
Hex 0 1A 25 64 1E 0 55 C6 64 7
Octal 0 32 45 144 36 0 125 306 144 7
Binary 0 11010 100101 1100100 11110 0 1010101 11000110 1100100 111

Color Harmonies of #001A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A25

Black with #001A25

Text Example


Text Example

White with #001A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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