Html Css Color HEX #012025 Black Pearl

📋 copy color: '#012025'

red 1 ◦ green 32 ◦ blue 37

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

Shades of Black Pearl #012025

Tints of Black Pearl #012025

RGB

 RED value IS 1 (0.78% from 255) = 1.43%

 GREEN value IS 32 (12.89% from 255) = 45.71%

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

R = 1.43%
G = 45.71%
B = 52.86%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#012025 (or 0x012025) is known color: Black Pearl. HEX triplet: 01, 20 and 25. RGB value is (1,32,37). Sum of RGB (Red+Green+Blue) = 1+32+37=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #012025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012025 is #FEDFDA. Grayscale: #171717. Windows color (decimal): -16703451 or 2433025. OLE color: 2433025.

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

Color convert

RGB 1 32 37 -
CMYK 0.97 0.14 0 0.85
HSL 188.33º 0.95% 0.07% -
HSV(B) 188.33º 0.97% 0.15% -
XYZ 0.86 1.17 1.93 -
YUV 23.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 1 32 37 0.97 0.14 0 0.85 188.33 0.95 0.07
Hex 1 20 25 61 E 0 55 BC 5F 7
Octal 1 40 45 141 16 0 125 274 137 7
Binary 1 100000 100101 1100001 1110 0 1010101 10111100 1011111 111

Color Harmonies of #012025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012025

Black with #012025

Text Example


Text Example

White with #012025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012025; }

 p { color: rgb(1,32,37); }

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

background-color css

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

 a { background-color: rgb(1,32,37); }

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

border-color css

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

 span { border-color: rgb(1,32,37); }

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